Color Hex Logo

#dcca9f Color Hex

#DCCA9F
(220,202,159)
0 Favorites   0 Comments

Color spaces of #dcca9f

RGB 220202159
HSL0.120.470.74
HSV42°28°86°
CMYK 0.000.080.28   0.14
XYZ56.893759.959941.3757
Yxy59.95990.35960.3789
Hunter Lab77.4338-4.358022.5228
CIE-Lab81.8164-0.237823.7856

#dcca9f color RGB value is (220,202,159).

#dcca9f hex color red value is 220, green value is 202 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #dcca9f hue: 0.12 , saturation: 0.47 and the lightness value of dcca9f is 0.74.

The process color (four color CMYK) of #dcca9f color hex is 0.00, 0.08, 0.28, 0.14. Web safe color of #dcca9f is #cccc99. Color #dcca9f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11001010 10011111
Octal 334 312 237
Decimal 220 202 159
Hex DC CA 9F

RGB Percentages of Color #dcca9f

%37.87
%34.77
%27.37

CMYK Percentages of Color #dcca9f

%0
%8
%28
%14

Triadic Colors of #dcca9f

#dcca9f #9fdcca #ca9fdc

Analogous Colors of #dcca9f

#dcca9f #d0dc9f #dcac9f

Monochromatic Colors of #dcca9f

#dcca9f

Complementary Color

#dcca9f #9fb1dc

#dcca9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcca9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcca9f Color CSS Codes

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

#dcca9f Text Font Color

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

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


#dcca9f Background Color

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

This div background color is #dcca9f


#dcca9f Border Color

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

This div border color is #dcca9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcca9f


Comments

No comments written yet.

Please login to write comment.