#D9B89E

Color #D9B89E Cashmere (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cashmere #D9B89E

Tints of Cashmere #D9B89E

Color information

#D9B89E (or 0xD9B89E) is unknown color: approx Cashmere. HEX triplet: D9, B8 and 9E. RGB value is (217,184,158). Sum of RGB (Red+Green+Blue) = 217+184+158=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 184 (72.27% from 255 or 32.92% from 559); Blue value is 158 (62.11% from 255 or 28.26% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B89E is #264761. Grayscale: #BFBFBF. Windows color (decimal): -2508642 or 10402009. OLE color: 10402009.

HSL color Cylindrical-coordinate representation of color #D9B89E: hue angle of 26.44º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D9B89E is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217184158-
CMYK00.150.270.15
HSL26.44º43.7%73.53%-
HSV(B)26.44º27.19%85.1%-
XYZ51.9351.539.55-
YUV190.9109.43146.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 184 (72.27% from 255) = 32.92%
BLUE value IS 158 (62.11% from 255) = 28.26%
R=38.82%
G=32.92%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718415800.150.270.1526.4443.773.53
HexD9B89E0F1BF1a2c4a
Octal33127023601733173254112
Binary11011001101110001001111001111110111111110101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B89E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B89E; }

 p { color: rgb(217,184,158); }

 H1.HeaderClassName
 {
   color: #D9B89E;
 }
 .AnyTagClassName
 {
   color: #D9B89E;
 }
</style>
background-color css

<style>
 a { background-color: #D9B89E; }

 a { background-color: rgb(217,184,158); }

 div.DivClassName
 {
   background-color: #D9B89E;
 }
 .BgClassName
 {
   background-color: #D9B89E;
 }
</style>
border-color css

<style>
 span { border-color: #D9B89E; }

 span { border-color: rgb(217,184,158); }

 td.TdClassName
 {
   border-color: #D9B89E;
 }
 .TagClassName
 {
   border-color: #D9B89E;
 }
</style>