#D9B69C

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

Shades of Cashmere #D9B69C

Tints of Cashmere #D9B69C

Color information

#D9B69C (or 0xD9B69C) is unknown color: approx Cashmere. HEX triplet: D9, B6 and 9C. RGB value is (217,182,156). Sum of RGB (Red+Green+Blue) = 217+182+156=555 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.10% from 555); Green value is 182 (71.48% from 255 or 32.79% from 555); Blue value is 156 (61.33% from 255 or 28.11% from 555); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B69C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B69C is #264963. Grayscale: #BDBDBD. Windows color (decimal): -2509156 or 10270425. OLE color: 10270425.

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

Color convert

RGB217182156-
CMYK00.160.280.15
HSL25.57º44.53%73.14%-
HSV(B)25.57º28.11%85.1%-
XYZ51.3450.6138.51-
YUV189.5109.1147.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.10%
GREEN value IS 182 (71.48% from 255) = 32.79%
BLUE value IS 156 (61.33% from 255) = 28.11%
R=39.10%
G=32.79%
B=28.11%

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
Decimal21718215600.160.280.1525.5744.5373.14
HexD9B69C0101CF1a2d49
Octal33126623402034173255111
Binary110110011011011010011100010000111001111110101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B69C; }

 p { color: rgb(217,182,156); }

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

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

 a { background-color: rgb(217,182,156); }

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

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

 span { border-color: rgb(217,182,156); }

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