Shades of Cashmere #D6B396
Tints of Cashmere #D6B396
RGB
CMYK
RGB Variations
Color information
#D6B396 (or 0xD6B396) is known color: Cashmere. HEX triplet: D6, B3 and 96. RGB value is (214,179,150). Sum of RGB (Red+Green+Blue) = 214+179+150=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 179 (70.31% from 255 or 32.97% from 543); Blue value is 150 (58.98% from 255 or 27.62% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B396 is #294C69. Grayscale: #BABABA. Windows color (decimal): -2706538 or 9876438. OLE color: 9876438.
HSL color Cylindrical-coordinate representation of color #D6B396: hue angle of 27.19º degrees, saturation: 0.44, 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 #D6B396 is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 179 | 150 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.16 |
| HSL | 27.19º | 0.44% | 0.71% | - |
| HSV(B) | 27.19º | 0.3% | 0.84% | - |
| XYZ | 49.36 | 48.74 | 35.66 | - |
| YUV | 186.16 | 107.6 | 147.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 179 | 150 | 0 | 0.16 | 0.30 | 0.16 | 27.19 | 0.44 | 0.71 |
| Hex | D6 | B3 | 96 | 0 | 10 | 1E | 10 | 1B | 2C | 47 |
| Octal | 326 | 263 | 226 | 0 | 20 | 36 | 20 | 33 | 54 | 107 |
| Binary | 11010110 | 10110011 | 10010110 | 0 | 10000 | 11110 | 10000 | 11011 | 101100 | 1000111 |
Color Harmonies of #D6B396
Complementary color
Monochromatic Colors of #D6B396
Black with #D6B396
Text Example
Text Example
White with #D6B396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B396; }
p { color: rgb(214,179,150); }
H1.HeaderClassName
{
color: #D6B396;
}
.AnyTagClassName
{
color: #D6B396;
}
</style>
background-color css
<style>
a { background-color: #D6B396; }
a { background-color: rgb(214,179,150); }
div.DivClassName
{
background-color: #D6B396;
}
.BgClassName
{
background-color: #D6B396;
}
</style>
border-color css
<style>
span { border-color: #D6B396; }
span { border-color: rgb(214,179,150); }
td.TdClassName
{
border-color: #D6B396;
}
.TagClassName
{
border-color: #D6B396;
}
</style>