Shades of Bone #DBC3A7
Tints of Bone #DBC3A7
RGB
CMYK
RGB Variations
Color information
#DBC3A7 (or 0xDBC3A7) is known color: Bone. HEX triplet: DB, C3 and A7. RGB value is (219,195,167). Sum of RGB (Red+Green+Blue) = 219+195+167=581 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.69% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 167 (65.62% from 255 or 28.74% from 581); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC3A7 is #243C58. Grayscale: #C7C7C7. Windows color (decimal): -2374745 or 10994651. OLE color: 10994651.
HSL color Cylindrical-coordinate representation of color #DBC3A7: hue angle of 32.31º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBC3A7 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 167 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.14 |
| HSL | 32.31º | 0.42% | 0.76% | - |
| HSV(B) | 32.31º | 0.24% | 0.86% | - |
| XYZ | 55.7 | 56.88 | 44.6 | - |
| YUV | 198.98 | 109.95 | 142.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 167 | 0 | 0.11 | 0.24 | 0.14 | 32.31 | 0.42 | 0.76 |
| Hex | DB | C3 | A7 | 0 | B | 18 | E | 20 | 2A | 4C |
| Octal | 333 | 303 | 247 | 0 | 13 | 30 | 16 | 40 | 52 | 114 |
| Binary | 11011011 | 11000011 | 10100111 | 0 | 1011 | 11000 | 1110 | 100000 | 101010 | 1001100 |
Color Harmonies of #DBC3A7
Complementary color
Monochromatic Colors of #DBC3A7
Black with #DBC3A7
Text Example
Text Example
White with #DBC3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3A7; }
p { color: rgb(219,195,167); }
H1.HeaderClassName
{
color: #DBC3A7;
}
.AnyTagClassName
{
color: #DBC3A7;
}
</style>
background-color css
<style>
a { background-color: #DBC3A7; }
a { background-color: rgb(219,195,167); }
div.DivClassName
{
background-color: #DBC3A7;
}
.BgClassName
{
background-color: #DBC3A7;
}
</style>
border-color css
<style>
span { border-color: #DBC3A7; }
span { border-color: rgb(219,195,167); }
td.TdClassName
{
border-color: #DBC3A7;
}
.TagClassName
{
border-color: #DBC3A7;
}
</style>