Color Hex Logo

#dcb978 Color Hex

#DCB978
(220,185,120)
0 Favorites   0 Comments

Color spaces of #dcb978

RGB 220185120
HSL0.110.590.67
HSV39°45°86°
CMYK 0.000.160.45   0.14
XYZ50.254351.269625.0166
Yxy51.26960.39710.4052
Hunter Lab71.6028-0.025029.4072
CIE-Lab76.84204.129337.5772

#dcb978 color RGB value is (220,185,120).

#dcb978 hex color red value is 220, green value is 185 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dcb978 hue: 0.11 , saturation: 0.59 and the lightness value of dcb978 is 0.67.

The process color (four color CMYK) of #dcb978 color hex is 0.00, 0.16, 0.45, 0.14. Web safe color of #dcb978 is #cccc66. Color #dcb978 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111001 01111000
Octal 334 271 170
Decimal 220 185 120
Hex DC B9 78

RGB Percentages of Color #dcb978

%41.90
%35.24
%22.86

CMYK Percentages of Color #dcb978

%0
%16
%45
%14

Triadic Colors of #dcb978

#dcb978 #78dcb9 #b978dc

Analogous Colors of #dcb978

#dcb978 #cddc78 #dc8778

Monochromatic Colors of #dcb978

#dcb978

Complementary Color

#dcb978 #789bdc

#dcb978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb978 Color CSS Codes

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

#dcb978 Text Font Color

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

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


#dcb978 Background Color

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

This div background color is #dcb978


#dcb978 Border Color

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

This div border color is #dcb978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb978


Comments

No comments written yet.

Please login to write comment.