Shades of Cashmere #D0B39A
Tints of Cashmere #D0B39A
RGB
CMYK
RGB Variations
Color information
#D0B39A (or 0xD0B39A) is known color: Cashmere. HEX triplet: D0, B3 and 9A. RGB value is (208,179,154). Sum of RGB (Red+Green+Blue) = 208+179+154=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B39A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B39A is #2F4C65. Grayscale: #B8B8B8. Windows color (decimal): -3099750 or 10138576. OLE color: 10138576.
HSL color Cylindrical-coordinate representation of color #D0B39A: hue angle of 27.78º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D0B39A is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 154 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.18 |
| HSL | 27.78º | 0.36% | 0.71% | - |
| HSV(B) | 27.78º | 0.26% | 0.82% | - |
| XYZ | 47.97 | 47.98 | 37.31 | - |
| YUV | 184.82 | 110.61 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 154 | 0 | 0.14 | 0.26 | 0.18 | 27.78 | 0.36 | 0.71 |
| Hex | D0 | B3 | 9A | 0 | E | 1A | 12 | 1C | 24 | 47 |
| Octal | 320 | 263 | 232 | 0 | 16 | 32 | 22 | 34 | 44 | 107 |
| Binary | 11010000 | 10110011 | 10011010 | 0 | 1110 | 11010 | 10010 | 11100 | 100100 | 1000111 |
Color Harmonies of #D0B39A
Complementary color
Monochromatic Colors of #D0B39A
Black with #D0B39A
Text Example
Text Example
White with #D0B39A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B39A; }
p { color: rgb(208,179,154); }
H1.HeaderClassName
{
color: #D0B39A;
}
.AnyTagClassName
{
color: #D0B39A;
}
</style>
background-color css
<style>
a { background-color: #D0B39A; }
a { background-color: rgb(208,179,154); }
div.DivClassName
{
background-color: #D0B39A;
}
.BgClassName
{
background-color: #D0B39A;
}
</style>
border-color css
<style>
span { border-color: #D0B39A; }
span { border-color: rgb(208,179,154); }
td.TdClassName
{
border-color: #D0B39A;
}
.TagClassName
{
border-color: #D0B39A;
}
</style>