Shades of Bone #DBC0A6
Tints of Bone #DBC0A6
RGB
CMYK
RGB Variations
Color information
#DBC0A6 (or 0xDBC0A6) is known color: Bone. HEX triplet: DB, C0 and A6. RGB value is (219,192,166). Sum of RGB (Red+Green+Blue) = 219+192+166=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 166 (65.23% from 255 or 28.77% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0A6 is #243F59. Grayscale: #C5C5C5. Windows color (decimal): -2375514 or 10928347. OLE color: 10928347.
HSL color Cylindrical-coordinate representation of color #DBC0A6: hue angle of 29.43º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBC0A6 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 166 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.14 |
| HSL | 29.43º | 0.42% | 0.75% | - |
| HSV(B) | 29.43º | 0.24% | 0.86% | - |
| XYZ | 54.95 | 55.51 | 43.9 | - |
| YUV | 197.11 | 110.45 | 143.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 166 | 0 | 0.12 | 0.24 | 0.14 | 29.43 | 0.42 | 0.75 |
| Hex | DB | C0 | A6 | 0 | C | 18 | E | 1D | 2A | 4B |
| Octal | 333 | 300 | 246 | 0 | 14 | 30 | 16 | 35 | 52 | 113 |
| Binary | 11011011 | 11000000 | 10100110 | 0 | 1100 | 11000 | 1110 | 11101 | 101010 | 1001011 |
Color Harmonies of #DBC0A6
Complementary color
Monochromatic Colors of #DBC0A6
Black with #DBC0A6
Text Example
Text Example
White with #DBC0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0A6; }
p { color: rgb(219,192,166); }
H1.HeaderClassName
{
color: #DBC0A6;
}
.AnyTagClassName
{
color: #DBC0A6;
}
</style>
background-color css
<style>
a { background-color: #DBC0A6; }
a { background-color: rgb(219,192,166); }
div.DivClassName
{
background-color: #DBC0A6;
}
.BgClassName
{
background-color: #DBC0A6;
}
</style>
border-color css
<style>
span { border-color: #DBC0A6; }
span { border-color: rgb(219,192,166); }
td.TdClassName
{
border-color: #DBC0A6;
}
.TagClassName
{
border-color: #DBC0A6;
}
</style>