Color Hex Logo

#dcc978 Color Hex

#DCC978
(220,201,120)
0 Favorites   0 Comments

Color spaces of #dcc978

RGB 220201120
HSL0.140.590.67
HSV49°45°86°
CMYK 0.000.090.45   0.14
XYZ53.792058.345026.1959
Yxy58.34500.38890.4218
Hunter Lab76.3839-7.966433.1352
CIE-Lab80.9302-4.219342.7304

#dcc978 color RGB value is (220,201,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001001 01111000
Octal 334 311 170
Decimal 220 201 120
Hex DC C9 78

RGB Percentages of Color #dcc978

%40.67
%37.15
%22.18

CMYK Percentages of Color #dcc978

%0
%9
%45
%14

Triadic Colors of #dcc978

#dcc978 #78dcc9 #c978dc

Analogous Colors of #dcc978

#dcc978 #bddc78 #dc9778

Monochromatic Colors of #dcc978

#dcc978

Complementary Color

#dcc978 #788bdc

#dcc978 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc978 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc978 Color CSS Codes

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

#dcc978 Text Font Color

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

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


#dcc978 Background Color

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

This div background color is #dcc978


#dcc978 Border Color

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

This div border color is #dcc978


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc978


Comments

No comments written yet.

Please login to write comment.