Shades of Bone #DBC0A2
Tints of Bone #DBC0A2
RGB
CMYK
RGB Variations
Color information
#DBC0A2 (or 0xDBC0A2) is known color: Bone. HEX triplet: DB, C0 and A2. RGB value is (219,192,162). Sum of RGB (Red+Green+Blue) = 219+192+162=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 192 (75.39% from 255 or 33.51% from 573); Blue value is 162 (63.67% from 255 or 28.27% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0A2 is #243F5D. Grayscale: #C4C4C4. Windows color (decimal): -2375518 or 10666203. OLE color: 10666203.
HSL color Cylindrical-coordinate representation of color #DBC0A2: hue angle of 31.58º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBC0A2 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 162 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.14 |
| HSL | 31.58º | 0.44% | 0.75% | - |
| HSV(B) | 31.58º | 0.26% | 0.86% | - |
| XYZ | 54.58 | 55.37 | 41.99 | - |
| YUV | 196.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 162 | 0 | 0.12 | 0.26 | 0.14 | 31.58 | 0.44 | 0.75 |
| Hex | DB | C0 | A2 | 0 | C | 1A | E | 20 | 2C | 4B |
| Octal | 333 | 300 | 242 | 0 | 14 | 32 | 16 | 40 | 54 | 113 |
| Binary | 11011011 | 11000000 | 10100010 | 0 | 1100 | 11010 | 1110 | 100000 | 101100 | 1001011 |
Color Harmonies of #DBC0A2
Complementary color
Monochromatic Colors of #DBC0A2
Black with #DBC0A2
Text Example
Text Example
White with #DBC0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0A2; }
p { color: rgb(219,192,162); }
H1.HeaderClassName
{
color: #DBC0A2;
}
.AnyTagClassName
{
color: #DBC0A2;
}
</style>
background-color css
<style>
a { background-color: #DBC0A2; }
a { background-color: rgb(219,192,162); }
div.DivClassName
{
background-color: #DBC0A2;
}
.BgClassName
{
background-color: #DBC0A2;
}
</style>
border-color css
<style>
span { border-color: #DBC0A2; }
span { border-color: rgb(219,192,162); }
td.TdClassName
{
border-color: #DBC0A2;
}
.TagClassName
{
border-color: #DBC0A2;
}
</style>