Color Hex Logo

#dcc39a Color Hex

#DCC39A
(220,195,154)
0 Favorites   0 Comments

Color spaces of #dcc39a

RGB 220195154
HSL0.100.490.73
HSV37°30°86°
CMYK 0.000.110.30   0.14
XYZ54.863056.579038.6011
Yxy56.57900.36560.3771
Hunter Lab75.2190-1.439522.2267
CIE-Lab79.94222.766223.8676

#dcc39a color RGB value is (220,195,154).

#dcc39a hex color red value is 220, green value is 195 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dcc39a hue: 0.10 , saturation: 0.49 and the lightness value of dcc39a is 0.73.

The process color (four color CMYK) of #dcc39a color hex is 0.00, 0.11, 0.30, 0.14. Web safe color of #dcc39a is #cccc99. Color #dcc39a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000011 10011010
Octal 334 303 232
Decimal 220 195 154
Hex DC C3 9A

RGB Percentages of Color #dcc39a

%38.66
%34.27
%27.07

CMYK Percentages of Color #dcc39a

%0
%11
%30
%14

Triadic Colors of #dcc39a

#dcc39a #9adcc3 #c39adc

Analogous Colors of #dcc39a

#dcc39a #d4dc9a #dca29a

Monochromatic Colors of #dcc39a

#dcc39a

Complementary Color

#dcc39a #9ab3dc

#dcc39a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc39a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc39a Color CSS Codes

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

#dcc39a Text Font Color

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

This sample text font color is #dcc39a
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.


#dcc39a Background Color

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

This div background color is #dcc39a


#dcc39a Border Color

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

This div border color is #dcc39a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc39a


Comments

No comments written yet.

Please login to write comment.