Shades of Cashmere #D0B39E
Tints of Cashmere #D0B39E
RGB
CMYK
RGB Variations
Color information
#D0B39E (or 0xD0B39E) is known color: Cashmere. HEX triplet: D0, B3 and 9E. RGB value is (208,179,158). Sum of RGB (Red+Green+Blue) = 208+179+158=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 158 (62.11% from 255 or 28.99% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B39E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B39E is #2F4C61. Grayscale: #B9B9B9. Windows color (decimal): -3099746 or 10400720. OLE color: 10400720.
HSL color Cylindrical-coordinate representation of color #D0B39E: hue angle of 25.2º degrees, saturation: 0.35, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D0B39E is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 158 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.18 |
| HSL | 25.2º | 0.35% | 0.72% | - |
| HSV(B) | 25.2º | 0.24% | 0.82% | - |
| XYZ | 48.3 | 48.12 | 39.09 | - |
| YUV | 185.28 | 112.61 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 158 | 0 | 0.14 | 0.24 | 0.18 | 25.2 | 0.35 | 0.72 |
| Hex | D0 | B3 | 9E | 0 | E | 18 | 12 | 19 | 23 | 48 |
| Octal | 320 | 263 | 236 | 0 | 16 | 30 | 22 | 31 | 43 | 110 |
| Binary | 11010000 | 10110011 | 10011110 | 0 | 1110 | 11000 | 10010 | 11001 | 100011 | 1001000 |
Color Harmonies of #D0B39E
Complementary color
Monochromatic Colors of #D0B39E
Black with #D0B39E
Text Example
Text Example
White with #D0B39E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B39E; }
p { color: rgb(208,179,158); }
H1.HeaderClassName
{
color: #D0B39E;
}
.AnyTagClassName
{
color: #D0B39E;
}
</style>
background-color css
<style>
a { background-color: #D0B39E; }
a { background-color: rgb(208,179,158); }
div.DivClassName
{
background-color: #D0B39E;
}
.BgClassName
{
background-color: #D0B39E;
}
</style>
border-color css
<style>
span { border-color: #D0B39E; }
span { border-color: rgb(208,179,158); }
td.TdClassName
{
border-color: #D0B39E;
}
.TagClassName
{
border-color: #D0B39E;
}
</style>