#D9B69B

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

Shades of Cashmere #D9B69B

Tints of Cashmere #D9B69B

Color information

#D9B69B (or 0xD9B69B) is unknown color: approx Cashmere. HEX triplet: D9, B6 and 9B. RGB value is (217,182,155). Sum of RGB (Red+Green+Blue) = 217+182+155=554 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.17% from 554); Green value is 182 (71.48% from 255 or 32.85% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B69B is #264964. Grayscale: #BDBDBD. Windows color (decimal): -2509157 or 10204889. OLE color: 10204889.

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

Color convert

RGB217182155-
CMYK00.160.290.15
HSL26.13º44.93%72.94%-
HSV(B)26.13º28.57%85.1%-
XYZ51.2650.5738.07-
YUV189.39108.6147.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.17%
GREEN value IS 182 (71.48% from 255) = 32.85%
BLUE value IS 155 (60.94% from 255) = 27.98%
R=39.17%
G=32.85%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718215500.160.290.1526.1344.9372.94
HexD9B69B0101DF1a2d49
Octal33126623302035173255111
Binary110110011011011010011011010000111011111110101011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B69B; }

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

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

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

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

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

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

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

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