Color Hex Logo

#d2c99f Color Hex

#D2C99F
(210,201,159)
0 Favorites   0 Comments

Color spaces of #d2c99f

RGB 210201159
HSL0.140.360.72
HSV49°24°82°
CMYK 0.000.040.24   0.18
XYZ53.723057.978141.1603
Yxy57.97810.35140.3793
Hunter Lab76.1434-7.310121.2503
CIE-Lab80.7266-3.518622.1585

#d2c99f color RGB value is (210,201,159).

#d2c99f hex color red value is 210, green value is 201 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d2c99f hue: 0.14 , saturation: 0.36 and the lightness value of d2c99f is 0.72.

The process color (four color CMYK) of #d2c99f color hex is 0.00, 0.04, 0.24, 0.18. Web safe color of #d2c99f is #cccc99. Color #d2c99f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 11001001 10011111
Octal 322 311 237
Decimal 210 201 159
Hex D2 C9 9F

RGB Percentages of Color #d2c99f

%36.84
%35.26
%27.89

CMYK Percentages of Color #d2c99f

%0
%4
%24
%18

Triadic Colors of #d2c99f

#d2c99f #9fd2c9 #c99fd2

Analogous Colors of #d2c99f

#d2c99f #c2d29f #d2b09f

Monochromatic Colors of #d2c99f

#d2c99f

Complementary Color

#d2c99f #9fa8d2

#d2c99f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2c99f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2c99f Color CSS Codes

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

#d2c99f Text Font Color

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

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


#d2c99f Background Color

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

This div background color is #d2c99f


#d2c99f Border Color

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

This div border color is #d2c99f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2c99f


Comments

No comments written yet.

Please login to write comment.