Shades of Bone #DBC3A8
Tints of Bone #DBC3A8
RGB
CMYK
RGB Variations
Color information
#DBC3A8 (or 0xDBC3A8) is known color: Bone. HEX triplet: DB, C3 and A8. RGB value is (219,195,168). Sum of RGB (Red+Green+Blue) = 219+195+168=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC3A8 is #243C57. Grayscale: #C7C7C7. Windows color (decimal): -2374744 or 11060187. OLE color: 11060187.
HSL color Cylindrical-coordinate representation of color #DBC3A8: hue angle of 31.76º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBC3A8 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 168 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.14 |
| HSL | 31.76º | 0.41% | 0.76% | - |
| HSV(B) | 31.76º | 0.23% | 0.86% | - |
| XYZ | 55.8 | 56.92 | 45.09 | - |
| YUV | 199.1 | 110.45 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 168 | 0 | 0.11 | 0.23 | 0.14 | 31.76 | 0.41 | 0.76 |
| Hex | DB | C3 | A8 | 0 | B | 17 | E | 20 | 29 | 4C |
| Octal | 333 | 303 | 250 | 0 | 13 | 27 | 16 | 40 | 51 | 114 |
| Binary | 11011011 | 11000011 | 10101000 | 0 | 1011 | 10111 | 1110 | 100000 | 101001 | 1001100 |
Color Harmonies of #DBC3A8
Complementary color
Monochromatic Colors of #DBC3A8
Black with #DBC3A8
Text Example
Text Example
White with #DBC3A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3A8; }
p { color: rgb(219,195,168); }
H1.HeaderClassName
{
color: #DBC3A8;
}
.AnyTagClassName
{
color: #DBC3A8;
}
</style>
background-color css
<style>
a { background-color: #DBC3A8; }
a { background-color: rgb(219,195,168); }
div.DivClassName
{
background-color: #DBC3A8;
}
.BgClassName
{
background-color: #DBC3A8;
}
</style>
border-color css
<style>
span { border-color: #DBC3A8; }
span { border-color: rgb(219,195,168); }
td.TdClassName
{
border-color: #DBC3A8;
}
.TagClassName
{
border-color: #DBC3A8;
}
</style>