Hex #dcc844 Color

#dcc844
equivalent to

RGB

(220, 200, 68)

Details of #dcc844

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
220
51.2129
0.14
0.00
80.1467
56.9416
52°
75.4596
200
56.9416
0.68
0.09
-7.5606
0.4201
69°
-10.9097
68
13.7605
0.56
0.69   0.14
65.4040
0.4671
86°
42.0126

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11011100
334
220
DC
Green
11001000
310
200
C8
Blue
1000100
104
68
44

RGB in % of #dcc844

%45.08
%40.98
%13.93

CMYK in % of #dcc844

%0
%9
%69
%14

Triads of color #dcc844

#dcc844 #c844dc #44dc44

Similar Colors to #dcc844

#dcc844 #dc7c44 #a4dc44

Preview Color #dcc844 on black ground

#dcc844 is very interesting for text.

Preview Color #dcc844 on white ground

#dcc844 is very interesting for text.

CSS Codes #dcc844 color

.mybgcolor {background-color:#dcc844; }
.myforecolor {color:#dcc844; }
.mybordercolor {border:3px solid #dcc844; }

Text Font Color #dcc844

<p style="color:#dcc844">Text here</p>

This sample text font color is #dcc844
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #dcc844

<div style="background-color:#dcc844">
Div content here</div>

This div background color is #dcc844


Border Color #dcc844

<div style="border:3px solid #dcc844">
Div here</div>

The color of this border is #dcc844


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #dcc844; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #dcc844;
-webkit-box-shadow: 1px 1px 3px 2px #dcc844;
box-shadow:         1px 1px 3px 2px #dcc844; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #dcc844">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #dcc844;
  -webkit-box-shadow: 1px 1px 3px 2px #dcc844;
  box-shadow:         1px 1px 3px 2px #dcc844;">
Div content here</div>

The shadow of div box using color #dcc844