Shades of Cashmere #D8B59A
Tints of Cashmere #D8B59A
RGB
CMYK
RGB Variations
Color information
#D8B59A (or 0xD8B59A) is known color: Cashmere. HEX triplet: D8, B5 and 9A. RGB value is (216,181,154). Sum of RGB (Red+Green+Blue) = 216+181+154=551 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.20% from 551); Green value is 181 (71.09% from 255 or 32.85% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8B59A is #274A65. Grayscale: #BCBCBC. Windows color (decimal): -2574950 or 10139096. OLE color: 10139096.
HSL color Cylindrical-coordinate representation of color #D8B59A: hue angle of 26.13º degrees, saturation: 0.44, 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 #D8B59A is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 154 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.15 |
| HSL | 26.13º | 0.44% | 0.73% | - |
| HSV(B) | 26.13º | 0.29% | 0.85% | - |
| XYZ | 50.68 | 49.98 | 37.55 | - |
| YUV | 188.39 | 108.6 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 154 | 0 | 0.16 | 0.29 | 0.15 | 26.13 | 0.44 | 0.73 |
| Hex | D8 | B5 | 9A | 0 | 10 | 1D | F | 1A | 2C | 49 |
| Octal | 330 | 265 | 232 | 0 | 20 | 35 | 17 | 32 | 54 | 111 |
| Binary | 11011000 | 10110101 | 10011010 | 0 | 10000 | 11101 | 1111 | 11010 | 101100 | 1001001 |
Color Harmonies of #D8B59A
Complementary color
Monochromatic Colors of #D8B59A
Black with #D8B59A
Text Example
Text Example
White with #D8B59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B59A; }
p { color: rgb(216,181,154); }
H1.HeaderClassName
{
color: #D8B59A;
}
.AnyTagClassName
{
color: #D8B59A;
}
</style>
background-color css
<style>
a { background-color: #D8B59A; }
a { background-color: rgb(216,181,154); }
div.DivClassName
{
background-color: #D8B59A;
}
.BgClassName
{
background-color: #D8B59A;
}
</style>
border-color css
<style>
span { border-color: #D8B59A; }
span { border-color: rgb(216,181,154); }
td.TdClassName
{
border-color: #D8B59A;
}
.TagClassName
{
border-color: #D8B59A;
}
</style>