Color Hex Logo

#dcd573 Color Hex

#DCD573
(220,213,115)
0 Favorites   0 Comments

Color spaces of #dcd573

RGB 220213115
HSL0.160.600.66
HSV56°48°86°
CMYK 0.000.030.48   0.14
XYZ56.404064.041925.6082
Yxy64.04190.38620.4385
Hunter Lab80.0262-14.235637.0457
CIE-Lab83.9876-10.808948.9390

#dcd573 color RGB value is (220,213,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 01110011
Octal 334 325 163
Decimal 220 213 115
Hex DC D5 73

RGB Percentages of Color #dcd573

%40.15
%38.87
%20.99

CMYK Percentages of Color #dcd573

%0
%3
%48
%14

Triadic Colors of #dcd573

#dcd573 #73dcd5 #d573dc

Analogous Colors of #dcd573

#dcd573 #afdc73 #dca173

Monochromatic Colors of #dcd573

#dcd573

Complementary Color

#dcd573 #737adc

#dcd573 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd573 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd573 Color CSS Codes

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

#dcd573 Text Font Color

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

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


#dcd573 Background Color

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

This div background color is #dcd573


#dcd573 Border Color

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

This div border color is #dcd573


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd573


Comments

No comments written yet.

Please login to write comment.