Shades of Cashmere #D4B796
Tints of Cashmere #D4B796
RGB
CMYK
RGB Variations
Color information
#D4B796 (or 0xD4B796) is known color: Cashmere. HEX triplet: D4, B7 and 96. RGB value is (212,183,150). Sum of RGB (Red+Green+Blue) = 212+183+150=545 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.90% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 150 (58.98% from 255 or 27.52% from 545); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B796 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4B796 is #2B4869. Grayscale: #BCBCBC. Windows color (decimal): -2836586 or 9877460. OLE color: 9877460.
HSL color Cylindrical-coordinate representation of color #D4B796: hue angle of 31.94º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4B796 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 150 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.17 |
| HSL | 31.94º | 0.42% | 0.71% | - |
| HSV(B) | 31.94º | 0.29% | 0.83% | - |
| XYZ | 49.59 | 50.07 | 35.9 | - |
| YUV | 187.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 150 | 0 | 0.14 | 0.29 | 0.17 | 31.94 | 0.42 | 0.71 |
| Hex | D4 | B7 | 96 | 0 | E | 1D | 11 | 20 | 2A | 47 |
| Octal | 324 | 267 | 226 | 0 | 16 | 35 | 21 | 40 | 52 | 107 |
| Binary | 11010100 | 10110111 | 10010110 | 0 | 1110 | 11101 | 10001 | 100000 | 101010 | 1000111 |
Color Harmonies of #D4B796
Complementary color
Monochromatic Colors of #D4B796
Black with #D4B796
Text Example
Text Example
White with #D4B796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B796; }
p { color: rgb(212,183,150); }
H1.HeaderClassName
{
color: #D4B796;
}
.AnyTagClassName
{
color: #D4B796;
}
</style>
background-color css
<style>
a { background-color: #D4B796; }
a { background-color: rgb(212,183,150); }
div.DivClassName
{
background-color: #D4B796;
}
.BgClassName
{
background-color: #D4B796;
}
</style>
border-color css
<style>
span { border-color: #D4B796; }
span { border-color: rgb(212,183,150); }
td.TdClassName
{
border-color: #D4B796;
}
.TagClassName
{
border-color: #D4B796;
}
</style>