Shades of Cashmere #D5B79F
Tints of Cashmere #D5B79F
RGB
CMYK
RGB Variations
Color information
#D5B79F (or 0xD5B79F) is known color: Cashmere. HEX triplet: D5, B7 and 9F. RGB value is (213,183,159). Sum of RGB (Red+Green+Blue) = 213+183+159=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 183 (71.88% from 255 or 32.97% from 555); Blue value is 159 (62.5% from 255 or 28.65% from 555); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B79F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5B79F is #2A4860. Grayscale: #BDBDBD. Windows color (decimal): -2771041 or 10467285. OLE color: 10467285.
HSL color Cylindrical-coordinate representation of color #D5B79F: hue angle of 26.67º 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 #D5B79F is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 183 | 159 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.16 |
| HSL | 26.67º | 0.39% | 0.73% | - |
| HSV(B) | 26.67º | 0.25% | 0.84% | - |
| XYZ | 50.63 | 50.52 | 39.88 | - |
| YUV | 189.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 183 | 159 | 0 | 0.14 | 0.25 | 0.16 | 26.67 | 0.39 | 0.73 |
| Hex | D5 | B7 | 9F | 0 | E | 19 | 10 | 1B | 27 | 49 |
| Octal | 325 | 267 | 237 | 0 | 16 | 31 | 20 | 33 | 47 | 111 |
| Binary | 11010101 | 10110111 | 10011111 | 0 | 1110 | 11001 | 10000 | 11011 | 100111 | 1001001 |
Color Harmonies of #D5B79F
Complementary color
Monochromatic Colors of #D5B79F
Black with #D5B79F
Text Example
Text Example
White with #D5B79F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B79F; }
p { color: rgb(213,183,159); }
H1.HeaderClassName
{
color: #D5B79F;
}
.AnyTagClassName
{
color: #D5B79F;
}
</style>
background-color css
<style>
a { background-color: #D5B79F; }
a { background-color: rgb(213,183,159); }
div.DivClassName
{
background-color: #D5B79F;
}
.BgClassName
{
background-color: #D5B79F;
}
</style>
border-color css
<style>
span { border-color: #D5B79F; }
span { border-color: rgb(213,183,159); }
td.TdClassName
{
border-color: #D5B79F;
}
.TagClassName
{
border-color: #D5B79F;
}
</style>