#D8B69B

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

Shades of Cashmere #D8B69B

Tints of Cashmere #D8B69B

Color information

#D8B69B (or 0xD8B69B) is unknown color: approx Cashmere. HEX triplet: D8, B6 and 9B. RGB value is (216,182,155). Sum of RGB (Red+Green+Blue) = 216+182+155=553 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.06% from 553); Green value is 182 (71.48% from 255 or 32.91% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B69B is #274964. Grayscale: #BDBDBD. Windows color (decimal): -2574693 or 10204888. OLE color: 10204888.

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

Color convert

RGB216182155-
CMYK00.160.280.15
HSL26.56º43.88%72.75%-
HSV(B)26.56º28.24%84.71%-
XYZ50.9650.4238.06-
YUV189.09108.76147.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.06%
GREEN value IS 182 (71.48% from 255) = 32.91%
BLUE value IS 155 (60.94% from 255) = 28.03%
R=39.06%
G=32.91%
B=28.03%

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
Decimal21618215500.160.280.1526.5643.8872.75
HexD8B69B0101CF1b2c49
Octal33026623302034173354111
Binary110110001011011010011011010000111001111110111011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B69B; }

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

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

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

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

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

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

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

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