#D9B99E

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

Shades of Cashmere #D9B99E

Tints of Cashmere #D9B99E

Color information

#D9B99E (or 0xD9B99E) is unknown color: approx Cashmere. HEX triplet: D9, B9 and 9E. RGB value is (217,185,158). Sum of RGB (Red+Green+Blue) = 217+185+158=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 185 (72.66% from 255 or 33.04% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B99E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B99E is #264661. Grayscale: #BFBFBF. Windows color (decimal): -2508386 or 10402265. OLE color: 10402265.

HSL color Cylindrical-coordinate representation of color #D9B99E: hue angle of 27.46º 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 #D9B99E is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB217185158-
CMYK00.150.270.15
HSL27.46º43.7%73.53%-
HSV(B)27.46º27.19%85.1%-
XYZ52.1451.9239.62-
YUV191.49109.1146.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 185 (72.66% from 255) = 33.04%
BLUE value IS 158 (62.11% from 255) = 28.21%
R=38.75%
G=33.04%
B=28.21%

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
Decimal21718515800.150.270.1527.4643.773.53
HexD9B99E0F1BF1b2c4a
Octal33127123601733173354112
Binary11011001101110011001111001111110111111110111011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B99E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B99E; }

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

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

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

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

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

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

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

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