Shades of Cashmere #D6B599
Tints of Cashmere #D6B599
RGB
CMYK
RGB Variations
Color information
#D6B599 (or 0xD6B599) is known color: Cashmere. HEX triplet: D6, B5 and 99. RGB value is (214,181,153). Sum of RGB (Red+Green+Blue) = 214+181+153=548 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.05% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6B599 is #294A66. Grayscale: #BBBBBB. Windows color (decimal): -2706023 or 10073558. OLE color: 10073558.
HSL color Cylindrical-coordinate representation of color #D6B599: hue angle of 27.54º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6B599 is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 153 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.16 |
| HSL | 27.54º | 0.43% | 0.72% | - |
| HSV(B) | 27.54º | 0.29% | 0.84% | - |
| XYZ | 50.01 | 49.64 | 37.08 | - |
| YUV | 187.68 | 108.43 | 146.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 153 | 0 | 0.15 | 0.29 | 0.16 | 27.54 | 0.43 | 0.72 |
| Hex | D6 | B5 | 99 | 0 | F | 1D | 10 | 1C | 2B | 48 |
| Octal | 326 | 265 | 231 | 0 | 17 | 35 | 20 | 34 | 53 | 110 |
| Binary | 11010110 | 10110101 | 10011001 | 0 | 1111 | 11101 | 10000 | 11100 | 101011 | 1001000 |
Color Harmonies of #D6B599
Complementary color
Monochromatic Colors of #D6B599
Black with #D6B599
Text Example
Text Example
White with #D6B599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B599; }
p { color: rgb(214,181,153); }
H1.HeaderClassName
{
color: #D6B599;
}
.AnyTagClassName
{
color: #D6B599;
}
</style>
background-color css
<style>
a { background-color: #D6B599; }
a { background-color: rgb(214,181,153); }
div.DivClassName
{
background-color: #D6B599;
}
.BgClassName
{
background-color: #D6B599;
}
</style>
border-color css
<style>
span { border-color: #D6B599; }
span { border-color: rgb(214,181,153); }
td.TdClassName
{
border-color: #D6B599;
}
.TagClassName
{
border-color: #D6B599;
}
</style>