#D8B59B

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

Shades of Cashmere #D8B59B

Tints of Cashmere #D8B59B

Color information

#D8B59B (or 0xD8B59B) is unknown color: approx Cashmere. HEX triplet: D8, B5 and 9B. RGB value is (216,181,155). Sum of RGB (Red+Green+Blue) = 216+181+155=552 (73% of max value = 765). Red value is 216 (84.77% from 255 or 39.13% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B59B is #274A64. Grayscale: #BCBCBC. Windows color (decimal): -2574949 or 10204632. OLE color: 10204632.

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

Color convert

RGB216181155-
CMYK00.160.280.15
HSL25.57º43.88%72.75%-
HSV(B)25.57º28.24%84.71%-
XYZ50.7650.0137.99-
YUV188.5109.1147.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.13%
GREEN value IS 181 (71.09% from 255) = 32.79%
BLUE value IS 155 (60.94% from 255) = 28.08%
R=39.13%
G=32.79%
B=28.08%

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
Decimal21618115500.160.280.1525.5743.8872.75
HexD8B59B0101CF1a2c49
Octal33026523302034173254111
Binary110110001011010110011011010000111001111110101011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8B59B; }

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

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

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

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

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

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

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

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