Color Hex Logo

#dcc79a Color Hex

#DCC79A
(220,199,154)
0 Favorites   0 Comments

Color spaces of #dcc79a

RGB 220199154
HSL0.110.490.73
HSV41°30°86°
CMYK 0.000.100.30   0.14
XYZ55.771458.395638.9039
Yxy58.39560.36440.3815
Hunter Lab76.4170-3.455223.3074
CIE-Lab80.95820.671925.2502

#dcc79a color RGB value is (220,199,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000111 10011010
Octal 334 307 232
Decimal 220 199 154
Hex DC C7 9A

RGB Percentages of Color #dcc79a

%38.39
%34.73
%26.88

CMYK Percentages of Color #dcc79a

%0
%10
%30
%14

Triadic Colors of #dcc79a

#dcc79a #9adcc7 #c79adc

Analogous Colors of #dcc79a

#dcc79a #d0dc9a #dca69a

Monochromatic Colors of #dcc79a

#dcc79a

Complementary Color

#dcc79a #9aafdc

#dcc79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc79a Color CSS Codes

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

#dcc79a Text Font Color

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

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


#dcc79a Background Color

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

This div background color is #dcc79a


#dcc79a Border Color

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

This div border color is #dcc79a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,199,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 #dcc79a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc79a


Comments

No comments written yet.

Please login to write comment.