Shades of Bone #DBC3A6
Tints of Bone #DBC3A6
RGB
CMYK
RGB Variations
Color information
#DBC3A6 (or 0xDBC3A6) is known color: Bone. HEX triplet: DB, C3 and A6. RGB value is (219,195,166). Sum of RGB (Red+Green+Blue) = 219+195+166=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 195 (76.56% from 255 or 33.62% from 580); Blue value is 166 (65.23% from 255 or 28.62% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC3A6 is #243C59. Grayscale: #C7C7C7. Windows color (decimal): -2374746 or 10929115. OLE color: 10929115.
HSL color Cylindrical-coordinate representation of color #DBC3A6: hue angle of 32.83º 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 #DBC3A6 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 166 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.14 |
| HSL | 32.83º | 0.42% | 0.75% | - |
| HSV(B) | 32.83º | 0.24% | 0.86% | - |
| XYZ | 55.61 | 56.84 | 44.12 | - |
| YUV | 198.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 166 | 0 | 0.11 | 0.24 | 0.14 | 32.83 | 0.42 | 0.75 |
| Hex | DB | C3 | A6 | 0 | B | 18 | E | 21 | 2A | 4B |
| Octal | 333 | 303 | 246 | 0 | 13 | 30 | 16 | 41 | 52 | 113 |
| Binary | 11011011 | 11000011 | 10100110 | 0 | 1011 | 11000 | 1110 | 100001 | 101010 | 1001011 |
Color Harmonies of #DBC3A6
Complementary color
Monochromatic Colors of #DBC3A6
Black with #DBC3A6
Text Example
Text Example
White with #DBC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3A6; }
p { color: rgb(219,195,166); }
H1.HeaderClassName
{
color: #DBC3A6;
}
.AnyTagClassName
{
color: #DBC3A6;
}
</style>
background-color css
<style>
a { background-color: #DBC3A6; }
a { background-color: rgb(219,195,166); }
div.DivClassName
{
background-color: #DBC3A6;
}
.BgClassName
{
background-color: #DBC3A6;
}
</style>
border-color css
<style>
span { border-color: #DBC3A6; }
span { border-color: rgb(219,195,166); }
td.TdClassName
{
border-color: #DBC3A6;
}
.TagClassName
{
border-color: #DBC3A6;
}
</style>