Color Hex Logo

#d9cba6 Color Hex

#D9CBA6
(217,203,166)
0 Favorites   0 Comments

Color spaces of #d9cba6

RGB 217203166
HSL0.120.400.75
HSV44°24°85°
CMYK 0.000.060.24   0.15
XYZ56.854160.216844.7029
Yxy60.21680.35140.3722
Hunter Lab77.5995-5.019120.1643
CIE-Lab81.9559-0.936920.2428

#d9cba6 color RGB value is (217,203,166).

#d9cba6 hex color red value is 217, green value is 203 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #d9cba6 hue: 0.12 , saturation: 0.40 and the lightness value of d9cba6 is 0.75.

The process color (four color CMYK) of #d9cba6 color hex is 0.00, 0.06, 0.24, 0.15. Web safe color of #d9cba6 is #cccc99. Color #d9cba6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001011 10100110
Octal 331 313 246
Decimal 217 203 166
Hex D9 CB A6

RGB Percentages of Color #d9cba6

%37.03
%34.64
%28.33

CMYK Percentages of Color #d9cba6

%0
%6
%24
%15

Triadic Colors of #d9cba6

#d9cba6 #a6d9cb #cba6d9

Analogous Colors of #d9cba6

#d9cba6 #ced9a6 #d9b2a6

Monochromatic Colors of #d9cba6

#d9cba6

Complementary Color

#d9cba6 #a6b4d9

#d9cba6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cba6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cba6 Color CSS Codes

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

#d9cba6 Text Font Color

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

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


#d9cba6 Background Color

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

This div background color is #d9cba6


#d9cba6 Border Color

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

This div border color is #d9cba6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,203,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9cba6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9cba6;
  -webkit-box-shadow: 1px 1px 3px 2px #d9cba6;
  box-shadow:         1px 1px 3px 2px #d9cba6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,203,166, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cba6


Comments

No comments written yet.

Please login to write comment.