Shades of Bone #DBC8AD
Tints of Bone #DBC8AD
RGB
CMYK
RGB Variations
Color information
#DBC8AD (or 0xDBC8AD) is known color: Bone. HEX triplet: DB, C8 and AD. RGB value is (219,200,173). Sum of RGB (Red+Green+Blue) = 219+200+173=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 200 (78.52% from 255 or 33.78% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC8AD is #243752. Grayscale: #CACACA. Windows color (decimal): -2373459 or 11389147. OLE color: 11389147.
HSL color Cylindrical-coordinate representation of color #DBC8AD: hue angle of 35.22º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBC8AD is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 173 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.14 |
| HSL | 35.22º | 0.39% | 0.77% | - |
| HSV(B) | 35.22º | 0.21% | 0.86% | - |
| XYZ | 57.41 | 59.39 | 47.97 | - |
| YUV | 202.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 173 | 0 | 0.09 | 0.21 | 0.14 | 35.22 | 0.39 | 0.77 |
| Hex | DB | C8 | AD | 0 | 9 | 15 | E | 23 | 27 | 4D |
| Octal | 333 | 310 | 255 | 0 | 11 | 25 | 16 | 43 | 47 | 115 |
| Binary | 11011011 | 11001000 | 10101101 | 0 | 1001 | 10101 | 1110 | 100011 | 100111 | 1001101 |
Color Harmonies of #DBC8AD
Complementary color
Monochromatic Colors of #DBC8AD
Black with #DBC8AD
Text Example
Text Example
White with #DBC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8AD; }
p { color: rgb(219,200,173); }
H1.HeaderClassName
{
color: #DBC8AD;
}
.AnyTagClassName
{
color: #DBC8AD;
}
</style>
background-color css
<style>
a { background-color: #DBC8AD; }
a { background-color: rgb(219,200,173); }
div.DivClassName
{
background-color: #DBC8AD;
}
.BgClassName
{
background-color: #DBC8AD;
}
</style>
border-color css
<style>
span { border-color: #DBC8AD; }
span { border-color: rgb(219,200,173); }
td.TdClassName
{
border-color: #DBC8AD;
}
.TagClassName
{
border-color: #DBC8AD;
}
</style>