Color Hex Logo

#dcd570 Color Hex

#DCD570
(220,213,112)
0 Favorites   0 Comments

Color spaces of #dcd570

RGB 220213112
HSL0.160.610.65
HSV56°49°86°
CMYK 0.000.030.49   0.14
XYZ56.234163.974024.7136
Yxy63.97400.38800.4414
Hunter Lab79.9837-14.473737.6690
CIE-Lab83.9522-11.078850.3327

#dcd570 color RGB value is (220,213,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01110000
Octal 334 325 160
Decimal 220 213 112
Hex DC D5 70

RGB Percentages of Color #dcd570

%40.37
%39.08
%20.55

CMYK Percentages of Color #dcd570

%0
%3
%49
%14

Triadic Colors of #dcd570

#dcd570 #70dcd5 #d570dc

Analogous Colors of #dcd570

#dcd570 #addc70 #dc9f70

Monochromatic Colors of #dcd570

#dcd570

Complementary Color

#dcd570 #7077dc

#dcd570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd570 Color CSS Codes

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

#dcd570 Text Font Color

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

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


#dcd570 Background Color

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

This div background color is #dcd570


#dcd570 Border Color

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

This div border color is #dcd570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd570


Comments

No comments written yet.

Please login to write comment.