Shades of Cashmere #D0B69F
Tints of Cashmere #D0B69F
RGB
CMYK
RGB Variations
Color information
#D0B69F (or 0xD0B69F) is known color: Cashmere. HEX triplet: D0, B6 and 9F. RGB value is (208,182,159). Sum of RGB (Red+Green+Blue) = 208+182+159=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 182 (71.48% from 255 or 33.15% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B69F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0B69F is #2F4960. Grayscale: #BBBBBB. Windows color (decimal): -3098977 or 10467024. OLE color: 10467024.
HSL color Cylindrical-coordinate representation of color #D0B69F: hue angle of 28.16º degrees, saturation: 0.34, 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 #D0B69F is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 182 | 159 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.18 |
| HSL | 28.16º | 0.34% | 0.72% | - |
| HSV(B) | 28.16º | 0.24% | 0.82% | - |
| XYZ | 49 | 49.37 | 39.75 | - |
| YUV | 187.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 182 | 159 | 0 | 0.12 | 0.24 | 0.18 | 28.16 | 0.34 | 0.72 |
| Hex | D0 | B6 | 9F | 0 | C | 18 | 12 | 1C | 22 | 48 |
| Octal | 320 | 266 | 237 | 0 | 14 | 30 | 22 | 34 | 42 | 110 |
| Binary | 11010000 | 10110110 | 10011111 | 0 | 1100 | 11000 | 10010 | 11100 | 100010 | 1001000 |
Color Harmonies of #D0B69F
Complementary color
Monochromatic Colors of #D0B69F
Black with #D0B69F
Text Example
Text Example
White with #D0B69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B69F; }
p { color: rgb(208,182,159); }
H1.HeaderClassName
{
color: #D0B69F;
}
.AnyTagClassName
{
color: #D0B69F;
}
</style>
background-color css
<style>
a { background-color: #D0B69F; }
a { background-color: rgb(208,182,159); }
div.DivClassName
{
background-color: #D0B69F;
}
.BgClassName
{
background-color: #D0B69F;
}
</style>
border-color css
<style>
span { border-color: #D0B69F; }
span { border-color: rgb(208,182,159); }
td.TdClassName
{
border-color: #D0B69F;
}
.TagClassName
{
border-color: #D0B69F;
}
</style>