Shades of Cashmere #D5B999
Tints of Cashmere #D5B999
RGB
CMYK
RGB Variations
Color information
#D5B999 (or 0xD5B999) is known color: Cashmere. HEX triplet: D5, B9 and 99. RGB value is (213,185,153). Sum of RGB (Red+Green+Blue) = 213+185+153=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 185 (72.66% from 255 or 33.58% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B999 is #2A4666. Grayscale: #BDBDBD. Windows color (decimal): -2770535 or 10074581. OLE color: 10074581.
HSL color Cylindrical-coordinate representation of color #D5B999: hue angle of 32º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D5B999 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 153 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.16 |
| HSL | 32º | 0.42% | 0.72% | - |
| HSV(B) | 32º | 0.28% | 0.84% | - |
| XYZ | 50.54 | 51.14 | 37.35 | - |
| YUV | 189.72 | 107.28 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 153 | 0 | 0.13 | 0.28 | 0.16 | 32 | 0.42 | 0.72 |
| Hex | D5 | B9 | 99 | 0 | D | 1C | 10 | 20 | 2A | 48 |
| Octal | 325 | 271 | 231 | 0 | 15 | 34 | 20 | 40 | 52 | 110 |
| Binary | 11010101 | 10111001 | 10011001 | 0 | 1101 | 11100 | 10000 | 100000 | 101010 | 1001000 |
Color Harmonies of #D5B999
Complementary color
Monochromatic Colors of #D5B999
Black with #D5B999
Text Example
Text Example
White with #D5B999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B999; }
p { color: rgb(213,185,153); }
H1.HeaderClassName
{
color: #D5B999;
}
.AnyTagClassName
{
color: #D5B999;
}
</style>
background-color css
<style>
a { background-color: #D5B999; }
a { background-color: rgb(213,185,153); }
div.DivClassName
{
background-color: #D5B999;
}
.BgClassName
{
background-color: #D5B999;
}
</style>
border-color css
<style>
span { border-color: #D5B999; }
span { border-color: rgb(213,185,153); }
td.TdClassName
{
border-color: #D5B999;
}
.TagClassName
{
border-color: #D5B999;
}
</style>