Shades of Cashmere #D5B09E
Tints of Cashmere #D5B09E
RGB
CMYK
RGB Variations
Color information
#D5B09E (or 0xD5B09E) is known color: Cashmere. HEX triplet: D5, B0 and 9E. RGB value is (213,176,158). Sum of RGB (Red+Green+Blue) = 213+176+158=547 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.94% from 547); Green value is 176 (69.14% from 255 or 32.18% from 547); Blue value is 158 (62.11% from 255 or 28.88% from 547); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B09E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B09E is #2A4F61. Grayscale: #B9B9B9. Windows color (decimal): -2772834 or 10399957. OLE color: 10399957.
HSL color Cylindrical-coordinate representation of color #D5B09E: hue angle of 19.64º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5B09E is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 158 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.16 |
| HSL | 19.64º | 0.4% | 0.73% | - |
| HSV(B) | 19.64º | 0.26% | 0.84% | - |
| XYZ | 49.14 | 47.67 | 38.96 | - |
| YUV | 185.01 | 112.76 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 158 | 0 | 0.17 | 0.26 | 0.16 | 19.64 | 0.4 | 0.73 |
| Hex | D5 | B0 | 9E | 0 | 11 | 1A | 10 | 14 | 28 | 49 |
| Octal | 325 | 260 | 236 | 0 | 21 | 32 | 20 | 24 | 50 | 111 |
| Binary | 11010101 | 10110000 | 10011110 | 0 | 10001 | 11010 | 10000 | 10100 | 101000 | 1001001 |
Color Harmonies of #D5B09E
Complementary color
Monochromatic Colors of #D5B09E
Black with #D5B09E
Text Example
Text Example
White with #D5B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B09E; }
p { color: rgb(213,176,158); }
H1.HeaderClassName
{
color: #D5B09E;
}
.AnyTagClassName
{
color: #D5B09E;
}
</style>
background-color css
<style>
a { background-color: #D5B09E; }
a { background-color: rgb(213,176,158); }
div.DivClassName
{
background-color: #D5B09E;
}
.BgClassName
{
background-color: #D5B09E;
}
</style>
border-color css
<style>
span { border-color: #D5B09E; }
span { border-color: rgb(213,176,158); }
td.TdClassName
{
border-color: #D5B09E;
}
.TagClassName
{
border-color: #D5B09E;
}
</style>