Shades of Cashmere #D6B09A
Tints of Cashmere #D6B09A
RGB
CMYK
RGB Variations
Color information
#D6B09A (or 0xD6B09A) is known color: Cashmere. HEX triplet: D6, B0 and 9A. RGB value is (214,176,154). Sum of RGB (Red+Green+Blue) = 214+176+154=544 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.34% from 544); Green value is 176 (69.14% from 255 or 32.35% from 544); Blue value is 154 (60.55% from 255 or 28.31% from 544); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B09A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6B09A is #294F65. Grayscale: #B8B8B8. Windows color (decimal): -2707302 or 10137814. OLE color: 10137814.
HSL color Cylindrical-coordinate representation of color #D6B09A: hue angle of 22º 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 #D6B09A is Cyan = 0, Magento = 0.18, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 154 | - |
| CMYK | 0 | 0.18 | 0.28 | 0.16 |
| HSL | 22º | 0.42% | 0.72% | - |
| HSV(B) | 22º | 0.28% | 0.84% | - |
| XYZ | 49.09 | 47.68 | 37.19 | - |
| YUV | 184.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 154 | 0 | 0.18 | 0.28 | 0.16 | 22 | 0.42 | 0.72 |
| Hex | D6 | B0 | 9A | 0 | 12 | 1C | 10 | 16 | 2A | 48 |
| Octal | 326 | 260 | 232 | 0 | 22 | 34 | 20 | 26 | 52 | 110 |
| Binary | 11010110 | 10110000 | 10011010 | 0 | 10010 | 11100 | 10000 | 10110 | 101010 | 1001000 |
Color Harmonies of #D6B09A
Complementary color
Monochromatic Colors of #D6B09A
Black with #D6B09A
Text Example
Text Example
White with #D6B09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B09A; }
p { color: rgb(214,176,154); }
H1.HeaderClassName
{
color: #D6B09A;
}
.AnyTagClassName
{
color: #D6B09A;
}
</style>
background-color css
<style>
a { background-color: #D6B09A; }
a { background-color: rgb(214,176,154); }
div.DivClassName
{
background-color: #D6B09A;
}
.BgClassName
{
background-color: #D6B09A;
}
</style>
border-color css
<style>
span { border-color: #D6B09A; }
span { border-color: rgb(214,176,154); }
td.TdClassName
{
border-color: #D6B09A;
}
.TagClassName
{
border-color: #D6B09A;
}
</style>