Shades of Cashmere #D5B395
Tints of Cashmere #D5B395
RGB
CMYK
RGB Variations
Color information
#D5B395 (or 0xD5B395) is known color: Cashmere. HEX triplet: D5, B3 and 95. RGB value is (213,179,149). Sum of RGB (Red+Green+Blue) = 213+179+149=541 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.37% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 149 (58.59% from 255 or 27.54% from 541); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B395 is #2A4C6A. Grayscale: #B9B9B9. Windows color (decimal): -2772075 or 9810901. OLE color: 9810901.
HSL color Cylindrical-coordinate representation of color #D5B395: hue angle of 28.12º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D5B395 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 149 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.16 |
| HSL | 28.13º | 0.43% | 0.71% | - |
| HSV(B) | 28.13º | 0.3% | 0.84% | - |
| XYZ | 48.99 | 48.56 | 35.22 | - |
| YUV | 185.75 | 107.26 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 149 | 0 | 0.16 | 0.30 | 0.16 | 28.13 | 0.43 | 0.71 |
| Hex | D5 | B3 | 95 | 0 | 10 | 1E | 10 | 1C | 2B | 47 |
| Octal | 325 | 263 | 225 | 0 | 20 | 36 | 20 | 34 | 53 | 107 |
| Binary | 11010101 | 10110011 | 10010101 | 0 | 10000 | 11110 | 10000 | 11100 | 101011 | 1000111 |
Color Harmonies of #D5B395
Complementary color
Monochromatic Colors of #D5B395
Black with #D5B395
Text Example
Text Example
White with #D5B395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B395; }
p { color: rgb(213,179,149); }
H1.HeaderClassName
{
color: #D5B395;
}
.AnyTagClassName
{
color: #D5B395;
}
</style>
background-color css
<style>
a { background-color: #D5B395; }
a { background-color: rgb(213,179,149); }
div.DivClassName
{
background-color: #D5B395;
}
.BgClassName
{
background-color: #D5B395;
}
</style>
border-color css
<style>
span { border-color: #D5B395; }
span { border-color: rgb(213,179,149); }
td.TdClassName
{
border-color: #D5B395;
}
.TagClassName
{
border-color: #D5B395;
}
</style>