Shades of Cashmere #D0B298
Tints of Cashmere #D0B298
RGB
CMYK
RGB Variations
Color information
#D0B298 (or 0xD0B298) is known color: Cashmere. HEX triplet: D0, B2 and 98. RGB value is (208,178,152). Sum of RGB (Red+Green+Blue) = 208+178+152=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 178 (69.92% from 255 or 33.09% from 538); Blue value is 152 (59.77% from 255 or 28.25% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B298 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0B298 is #2F4D67. Grayscale: #B8B8B8. Windows color (decimal): -3100008 or 10007248. OLE color: 10007248.
HSL color Cylindrical-coordinate representation of color #D0B298: hue angle of 27.86º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D0B298 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 178 | 152 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.18 |
| HSL | 27.86º | 0.37% | 0.71% | - |
| HSV(B) | 27.86º | 0.27% | 0.82% | - |
| XYZ | 47.6 | 47.52 | 36.37 | - |
| YUV | 184.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 178 | 152 | 0 | 0.14 | 0.27 | 0.18 | 27.86 | 0.37 | 0.71 |
| Hex | D0 | B2 | 98 | 0 | E | 1B | 12 | 1C | 25 | 47 |
| Octal | 320 | 262 | 230 | 0 | 16 | 33 | 22 | 34 | 45 | 107 |
| Binary | 11010000 | 10110010 | 10011000 | 0 | 1110 | 11011 | 10010 | 11100 | 100101 | 1000111 |
Color Harmonies of #D0B298
Complementary color
Monochromatic Colors of #D0B298
Black with #D0B298
Text Example
Text Example
White with #D0B298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B298; }
p { color: rgb(208,178,152); }
H1.HeaderClassName
{
color: #D0B298;
}
.AnyTagClassName
{
color: #D0B298;
}
</style>
background-color css
<style>
a { background-color: #D0B298; }
a { background-color: rgb(208,178,152); }
div.DivClassName
{
background-color: #D0B298;
}
.BgClassName
{
background-color: #D0B298;
}
</style>
border-color css
<style>
span { border-color: #D0B298; }
span { border-color: rgb(208,178,152); }
td.TdClassName
{
border-color: #D0B298;
}
.TagClassName
{
border-color: #D0B298;
}
</style>