Shades of Cashmere #D5B19E
Tints of Cashmere #D5B19E
RGB
CMYK
RGB Variations
Color information
#D5B19E (or 0xD5B19E) is known color: Cashmere. HEX triplet: D5, B1 and 9E. RGB value is (213,177,158). Sum of RGB (Red+Green+Blue) = 213+177+158=548 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.87% from 548); Green value is 177 (69.53% from 255 or 32.30% from 548); Blue value is 158 (62.11% from 255 or 28.83% from 548); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5B19E is #2A4E61. Grayscale: #B9B9B9. Windows color (decimal): -2772578 or 10400213. OLE color: 10400213.
HSL color Cylindrical-coordinate representation of color #D5B19E: hue angle of 20.73º 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 #D5B19E is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 158 | - |
| CMYK | 0 | 0.17 | 0.26 | 0.16 |
| HSL | 20.73º | 0.4% | 0.73% | - |
| HSV(B) | 20.73º | 0.26% | 0.84% | - |
| XYZ | 49.33 | 48.06 | 39.02 | - |
| YUV | 185.6 | 112.43 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 158 | 0 | 0.17 | 0.26 | 0.16 | 20.73 | 0.4 | 0.73 |
| Hex | D5 | B1 | 9E | 0 | 11 | 1A | 10 | 15 | 28 | 49 |
| Octal | 325 | 261 | 236 | 0 | 21 | 32 | 20 | 25 | 50 | 111 |
| Binary | 11010101 | 10110001 | 10011110 | 0 | 10001 | 11010 | 10000 | 10101 | 101000 | 1001001 |
Color Harmonies of #D5B19E
Complementary color
Monochromatic Colors of #D5B19E
Black with #D5B19E
Text Example
Text Example
White with #D5B19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B19E; }
p { color: rgb(213,177,158); }
H1.HeaderClassName
{
color: #D5B19E;
}
.AnyTagClassName
{
color: #D5B19E;
}
</style>
background-color css
<style>
a { background-color: #D5B19E; }
a { background-color: rgb(213,177,158); }
div.DivClassName
{
background-color: #D5B19E;
}
.BgClassName
{
background-color: #D5B19E;
}
</style>
border-color css
<style>
span { border-color: #D5B19E; }
span { border-color: rgb(213,177,158); }
td.TdClassName
{
border-color: #D5B19E;
}
.TagClassName
{
border-color: #D5B19E;
}
</style>