Color Hex Logo

#dcd699 Color Hex

#DCD699
(220,214,153)
0 Favorites   0 Comments

Color spaces of #dcd699

RGB 220214153
HSL0.150.490.73
HSV55°30°86°
CMYK 0.000.030.30   0.14
XYZ59.311565.608739.6747
Yxy65.60870.36030.3986
Hunter Lab80.9992-11.042327.6582
CIE-Lab84.7964-7.196330.9366

#dcd699 color RGB value is (220,214,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11010110 10011001
Octal 334 326 231
Decimal 220 214 153
Hex DC D6 99

RGB Percentages of Color #dcd699

%37.48
%36.46
%26.06

CMYK Percentages of Color #dcd699

%0
%3
%30
%14

Triadic Colors of #dcd699

#dcd699 #99dcd6 #d699dc

Analogous Colors of #dcd699

#dcd699 #c1dc99 #dcb599

Monochromatic Colors of #dcd699

#dcd699

Complementary Color

#dcd699 #999fdc

#dcd699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcd699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcd699 Color CSS Codes

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

#dcd699 Text Font Color

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

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


#dcd699 Background Color

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

This div background color is #dcd699


#dcd699 Border Color

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

This div border color is #dcd699


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcd699


Comments

No comments written yet.

Please login to write comment.