#D9B79D

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

Shades of Cashmere #D9B79D

Tints of Cashmere #D9B79D

Color information

#D9B79D (or 0xD9B79D) is unknown color: approx Cashmere. HEX triplet: D9, B7 and 9D. RGB value is (217,183,157). Sum of RGB (Red+Green+Blue) = 217+183+157=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 183 (71.88% from 255 or 32.85% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B79D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B79D is #264862. Grayscale: #BEBEBE. Windows color (decimal): -2508899 or 10336217. OLE color: 10336217.

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

Color convert

RGB217183157-
CMYK00.160.280.15
HSL26º44.12%73.33%-
HSV(B)26º27.65%85.1%-
XYZ51.6351.0539.03-
YUV190.2109.26147.11-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 183 (71.88% from 255) = 32.85%
BLUE value IS 157 (61.72% from 255) = 28.19%
R=38.96%
G=32.85%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718315700.160.280.152644.1273.33
HexD9B79D0101CF1a2c49
Octal33126723502034173254111
Binary110110011011011110011101010000111001111110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B79D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B79D; }

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

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

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

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

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

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

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

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