Color Hex Logo

#dcd599 Color Hex

#DCD599
(220,213,153)
0 Favorites   0 Comments

Color spaces of #dcd599

RGB 220213153
HSL0.150.490.73
HSV54°30°86°
CMYK 0.000.030.30   0.14
XYZ59.059265.104139.5906
Yxy65.10410.36070.3976
Hunter Lab80.6871-10.548827.3893
CIE-Lab84.5374-6.686330.5910

#dcd599 color RGB value is (220,213,153).

#dcd599 hex color red value is 220, green value is 213 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dcd599 hue: 0.15 , saturation: 0.49 and the lightness value of dcd599 is 0.73.

The process color (four color CMYK) of #dcd599 color hex is 0.00, 0.03, 0.30, 0.14. Web safe color of #dcd599 is #cccc99. Color #dcd599 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010101 10011001
Octal 334 325 231
Decimal 220 213 153
Hex DC D5 99

RGB Percentages of Color #dcd599

%37.54
%36.35
%26.11

CMYK Percentages of Color #dcd599

%0
%3
%30
%14

Triadic Colors of #dcd599

#dcd599 #99dcd5 #d599dc

Analogous Colors of #dcd599

#dcd599 #c2dc99 #dcb499

Monochromatic Colors of #dcd599

#dcd599

Complementary Color

#dcd599 #99a0dc

#dcd599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd599 Color CSS Codes

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

#dcd599 Text Font Color

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

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


#dcd599 Background Color

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

This div background color is #dcd599


#dcd599 Border Color

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

This div border color is #dcd599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd599


Comments

No comments written yet.

Please login to write comment.