Color Hex Logo

#dcc478 Color Hex

#DCC478
(220,196,120)
0 Favorites   0 Comments

Color spaces of #dcc478

RGB 220196120
HSL0.130.590.67
HSV46°45°86°
CMYK 0.000.110.45   0.14
XYZ52.645356.051625.8136
Yxy56.05160.39140.4167
Hunter Lab74.8676-5.501031.9647
CIE-Lab79.6432-1.631641.1195

#dcc478 color RGB value is (220,196,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11000100 01111000
Octal 334 304 170
Decimal 220 196 120
Hex DC C4 78

RGB Percentages of Color #dcc478

%41.04
%36.57
%22.39

CMYK Percentages of Color #dcc478

%0
%11
%45
%14

Triadic Colors of #dcc478

#dcc478 #78dcc4 #c478dc

Analogous Colors of #dcc478

#dcc478 #c2dc78 #dc9278

Monochromatic Colors of #dcc478

#dcc478

Complementary Color

#dcc478 #7890dc

#dcc478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcc478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcc478 Color CSS Codes

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

#dcc478 Text Font Color

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

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


#dcc478 Background Color

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

This div background color is #dcc478


#dcc478 Border Color

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

This div border color is #dcc478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcc478


Comments

No comments written yet.

Please login to write comment.