Shades of Bone #DBC0A3
Tints of Bone #DBC0A3
RGB
CMYK
RGB Variations
Color information
#DBC0A3 (or 0xDBC0A3) is known color: Bone. HEX triplet: DB, C0 and A3. RGB value is (219,192,163). Sum of RGB (Red+Green+Blue) = 219+192+163=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 163 (64.06% from 255 or 28.40% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0A3 is #243F5C. Grayscale: #C4C4C4. Windows color (decimal): -2375517 or 10731739. OLE color: 10731739.
HSL color Cylindrical-coordinate representation of color #DBC0A3: hue angle of 31.07º 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 #DBC0A3 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 163 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.14 |
| HSL | 31.07º | 0.44% | 0.75% | - |
| HSV(B) | 31.07º | 0.26% | 0.86% | - |
| XYZ | 54.67 | 55.4 | 42.46 | - |
| YUV | 196.77 | 108.95 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 163 | 0 | 0.12 | 0.26 | 0.14 | 31.07 | 0.44 | 0.75 |
| Hex | DB | C0 | A3 | 0 | C | 1A | E | 1F | 2C | 4B |
| Octal | 333 | 300 | 243 | 0 | 14 | 32 | 16 | 37 | 54 | 113 |
| Binary | 11011011 | 11000000 | 10100011 | 0 | 1100 | 11010 | 1110 | 11111 | 101100 | 1001011 |
Color Harmonies of #DBC0A3
Complementary color
Monochromatic Colors of #DBC0A3
Black with #DBC0A3
Text Example
Text Example
White with #DBC0A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0A3; }
p { color: rgb(219,192,163); }
H1.HeaderClassName
{
color: #DBC0A3;
}
.AnyTagClassName
{
color: #DBC0A3;
}
</style>
background-color css
<style>
a { background-color: #DBC0A3; }
a { background-color: rgb(219,192,163); }
div.DivClassName
{
background-color: #DBC0A3;
}
.BgClassName
{
background-color: #DBC0A3;
}
</style>
border-color css
<style>
span { border-color: #DBC0A3; }
span { border-color: rgb(219,192,163); }
td.TdClassName
{
border-color: #DBC0A3;
}
.TagClassName
{
border-color: #DBC0A3;
}
</style>