Color Hex Logo

#dcd578 Color Hex

#DCD578
(220,213,120)
0 Favorites   0 Comments

Color spaces of #dcd578

RGB 220213120
HSL0.160.590.67
HSV56°45°86°
CMYK 0.000.030.45   0.14
XYZ56.699664.160227.1651
Yxy64.16020.38300.4334
Hunter Lab80.1001-13.822235.9625
CIE-Lab84.0491-10.341446.5923

#dcd578 color RGB value is (220,213,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01111000
Octal 334 325 170
Decimal 220 213 120
Hex DC D5 78

RGB Percentages of Color #dcd578

%39.78
%38.52
%21.70

CMYK Percentages of Color #dcd578

%0
%3
%45
%14

Triadic Colors of #dcd578

#dcd578 #78dcd5 #d578dc

Analogous Colors of #dcd578

#dcd578 #b1dc78 #dca378

Monochromatic Colors of #dcd578

#dcd578

Complementary Color

#dcd578 #787fdc

#dcd578 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd578 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd578 Color CSS Codes

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

#dcd578 Text Font Color

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

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


#dcd578 Background Color

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

This div background color is #dcd578


#dcd578 Border Color

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

This div border color is #dcd578


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd578


Comments

No comments written yet.

Please login to write comment.