Shades of Bone #DBC3AB
Tints of Bone #DBC3AB
RGB
CMYK
RGB Variations
Color information
#DBC3AB (or 0xDBC3AB) is known color: Bone. HEX triplet: DB, C3 and AB. RGB value is (219,195,171). Sum of RGB (Red+Green+Blue) = 219+195+171=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC3AB is #243C54. Grayscale: #C7C7C7. Windows color (decimal): -2374741 or 11256795. OLE color: 11256795.
HSL color Cylindrical-coordinate representation of color #DBC3AB: hue angle of 30º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC3AB is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 195 | 171 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.14 |
| HSL | 30º | 0.4% | 0.76% | - |
| HSV(B) | 30º | 0.22% | 0.86% | - |
| XYZ | 56.08 | 57.03 | 46.58 | - |
| YUV | 199.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 195 | 171 | 0 | 0.11 | 0.22 | 0.14 | 30 | 0.4 | 0.76 |
| Hex | DB | C3 | AB | 0 | B | 16 | E | 1E | 28 | 4C |
| Octal | 333 | 303 | 253 | 0 | 13 | 26 | 16 | 36 | 50 | 114 |
| Binary | 11011011 | 11000011 | 10101011 | 0 | 1011 | 10110 | 1110 | 11110 | 101000 | 1001100 |
Color Harmonies of #DBC3AB
Complementary color
Monochromatic Colors of #DBC3AB
Black with #DBC3AB
Text Example
Text Example
White with #DBC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC3AB; }
p { color: rgb(219,195,171); }
H1.HeaderClassName
{
color: #DBC3AB;
}
.AnyTagClassName
{
color: #DBC3AB;
}
</style>
background-color css
<style>
a { background-color: #DBC3AB; }
a { background-color: rgb(219,195,171); }
div.DivClassName
{
background-color: #DBC3AB;
}
.BgClassName
{
background-color: #DBC3AB;
}
</style>
border-color css
<style>
span { border-color: #DBC3AB; }
span { border-color: rgb(219,195,171); }
td.TdClassName
{
border-color: #DBC3AB;
}
.TagClassName
{
border-color: #DBC3AB;
}
</style>