Shades of Cashmere #D6B09B
Tints of Cashmere #D6B09B
RGB
CMYK
RGB Variations
Color information
#D6B09B (or 0xD6B09B) is known color: Cashmere. HEX triplet: D6, B0 and 9B. RGB value is (214,176,155). Sum of RGB (Red+Green+Blue) = 214+176+155=545 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.27% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 155 (60.94% from 255 or 28.44% from 545); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B09B is #294F64. Grayscale: #B9B9B9. Windows color (decimal): -2707301 or 10203350. OLE color: 10203350.
HSL color Cylindrical-coordinate representation of color #D6B09B: hue angle of 21.36º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D6B09B is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 155 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.16 |
| HSL | 21.36º | 0.42% | 0.72% | - |
| HSV(B) | 21.36º | 0.28% | 0.84% | - |
| XYZ | 49.17 | 47.71 | 37.63 | - |
| YUV | 184.97 | 111.09 | 148.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 155 | 0 | 0.18 | 0.28 | 0.16 | 21.36 | 0.42 | 0.72 |
| Hex | D6 | B0 | 9B | 0 | 12 | 1C | 10 | 15 | 2A | 48 |
| Octal | 326 | 260 | 233 | 0 | 22 | 34 | 20 | 25 | 52 | 110 |
| Binary | 11010110 | 10110000 | 10011011 | 0 | 10010 | 11100 | 10000 | 10101 | 101010 | 1001000 |
Color Harmonies of #D6B09B
Complementary color
Monochromatic Colors of #D6B09B
Black with #D6B09B
Text Example
Text Example
White with #D6B09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B09B; }
p { color: rgb(214,176,155); }
H1.HeaderClassName
{
color: #D6B09B;
}
.AnyTagClassName
{
color: #D6B09B;
}
</style>
background-color css
<style>
a { background-color: #D6B09B; }
a { background-color: rgb(214,176,155); }
div.DivClassName
{
background-color: #D6B09B;
}
.BgClassName
{
background-color: #D6B09B;
}
</style>
border-color css
<style>
span { border-color: #D6B09B; }
span { border-color: rgb(214,176,155); }
td.TdClassName
{
border-color: #D6B09B;
}
.TagClassName
{
border-color: #D6B09B;
}
</style>