Color Hex Logo

#d6c09f Color Hex

#D6C09F
(214,192,159)
0 Favorites   0 Comments

Color spaces of #d6c09f

RGB 214192159
HSL0.100.400.73
HSV36°26°84°
CMYK 0.000.100.26   0.16
XYZ52.839254.498640.5352
Yxy54.49860.35730.3686
Hunter Lab73.8232-1.428519.1210
CIE-Lab78.75162.715019.4891

#d6c09f color RGB value is (214,192,159).

#d6c09f hex color red value is 214, green value is 192 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #d6c09f hue: 0.10 , saturation: 0.40 and the lightness value of d6c09f is 0.73.

The process color (four color CMYK) of #d6c09f color hex is 0.00, 0.10, 0.26, 0.16. Web safe color of #d6c09f is #cccc99. Color #d6c09f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11000000 10011111
Octal 326 300 237
Decimal 214 192 159
Hex D6 C0 9F

RGB Percentages of Color #d6c09f

%37.88
%33.98
%28.14

CMYK Percentages of Color #d6c09f

%0
%10
%26
%16

Triadic Colors of #d6c09f

#d6c09f #9fd6c0 #c09fd6

Analogous Colors of #d6c09f

#d6c09f #d1d69f #d6a59f

Monochromatic Colors of #d6c09f

#d6c09f

Complementary Color

#d6c09f #9fb5d6

#d6c09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6c09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6c09f Color CSS Codes

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

#d6c09f Text Font Color

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

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


#d6c09f Background Color

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

This div background color is #d6c09f


#d6c09f Border Color

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

This div border color is #d6c09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6c09f


Comments

No comments written yet.

Please login to write comment.