#D9B99D

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

Shades of Cashmere #D9B99D

Tints of Cashmere #D9B99D

Color information

#D9B99D (or 0xD9B99D) is unknown color: approx Cashmere. HEX triplet: D9, B9 and 9D. RGB value is (217,185,157). Sum of RGB (Red+Green+Blue) = 217+185+157=559 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.82% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B99D is #264662. Grayscale: #BFBFBF. Windows color (decimal): -2508387 or 10336729. OLE color: 10336729.

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

Color convert

RGB217185157-
CMYK00.150.280.15
HSL28º44.12%73.33%-
HSV(B)28º27.65%85.1%-
XYZ52.0551.8839.17-
YUV191.38108.6146.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.82%
GREEN value IS 185 (72.66% from 255) = 33.09%
BLUE value IS 157 (61.72% from 255) = 28.09%
R=38.82%
G=33.09%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718515700.150.280.152844.1273.33
HexD9B99D0F1CF1c2c49
Octal33127123501734173454111
Binary11011001101110011001110101111111001111111001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B99D; }

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

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

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

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

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

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

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

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