Shades of Cashmere #D5B39F
Tints of Cashmere #D5B39F
RGB
CMYK
RGB Variations
Color information
#D5B39F (or 0xD5B39F) is known color: Cashmere. HEX triplet: D5, B3 and 9F. RGB value is (213,179,159). Sum of RGB (Red+Green+Blue) = 213+179+159=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 159 (62.5% from 255 or 28.86% from 551); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B39F is #2A4C60. Grayscale: #BBBBBB. Windows color (decimal): -2772065 or 10466261. OLE color: 10466261.
HSL color Cylindrical-coordinate representation of color #D5B39F: hue angle of 22.22º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5B39F is Cyan = 0, Magento = 0.16, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 159 | - |
| CMYK | 0 | 0.16 | 0.25 | 0.16 |
| HSL | 22.22º | 0.39% | 0.73% | - |
| HSV(B) | 22.22º | 0.25% | 0.84% | - |
| XYZ | 49.82 | 48.89 | 39.61 | - |
| YUV | 186.89 | 112.26 | 146.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 159 | 0 | 0.16 | 0.25 | 0.16 | 22.22 | 0.39 | 0.73 |
| Hex | D5 | B3 | 9F | 0 | 10 | 19 | 10 | 16 | 27 | 49 |
| Octal | 325 | 263 | 237 | 0 | 20 | 31 | 20 | 26 | 47 | 111 |
| Binary | 11010101 | 10110011 | 10011111 | 0 | 10000 | 11001 | 10000 | 10110 | 100111 | 1001001 |
Color Harmonies of #D5B39F
Complementary color
Monochromatic Colors of #D5B39F
Black with #D5B39F
Text Example
Text Example
White with #D5B39F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B39F; }
p { color: rgb(213,179,159); }
H1.HeaderClassName
{
color: #D5B39F;
}
.AnyTagClassName
{
color: #D5B39F;
}
</style>
background-color css
<style>
a { background-color: #D5B39F; }
a { background-color: rgb(213,179,159); }
div.DivClassName
{
background-color: #D5B39F;
}
.BgClassName
{
background-color: #D5B39F;
}
</style>
border-color css
<style>
span { border-color: #D5B39F; }
span { border-color: rgb(213,179,159); }
td.TdClassName
{
border-color: #D5B39F;
}
.TagClassName
{
border-color: #D5B39F;
}
</style>