Shades of Bone #DBC8AF
Tints of Bone #DBC8AF
RGB
CMYK
RGB Variations
Color information
#DBC8AF (or 0xDBC8AF) is known color: Bone. HEX triplet: DB, C8 and AF. RGB value is (219,200,175). Sum of RGB (Red+Green+Blue) = 219+200+175=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 200 (78.52% from 255 or 33.67% from 594); Blue value is 175 (68.75% from 255 or 29.46% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC8AF is #243750. Grayscale: #CACACA. Windows color (decimal): -2373457 or 11520219. OLE color: 11520219.
HSL color Cylindrical-coordinate representation of color #DBC8AF: hue angle of 34.09º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBC8AF is Cyan = 0, Magento = 0.09, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 200 | 175 | - |
| CMYK | 0 | 0.09 | 0.20 | 0.14 |
| HSL | 34.09º | 0.38% | 0.77% | - |
| HSV(B) | 34.09º | 0.2% | 0.86% | - |
| XYZ | 57.61 | 59.46 | 49 | - |
| YUV | 202.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 200 | 175 | 0 | 0.09 | 0.20 | 0.14 | 34.09 | 0.38 | 0.77 |
| Hex | DB | C8 | AF | 0 | 9 | 14 | E | 22 | 26 | 4D |
| Octal | 333 | 310 | 257 | 0 | 11 | 24 | 16 | 42 | 46 | 115 |
| Binary | 11011011 | 11001000 | 10101111 | 0 | 1001 | 10100 | 1110 | 100010 | 100110 | 1001101 |
Color Harmonies of #DBC8AF
Complementary color
Monochromatic Colors of #DBC8AF
Black with #DBC8AF
Text Example
Text Example
White with #DBC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC8AF; }
p { color: rgb(219,200,175); }
H1.HeaderClassName
{
color: #DBC8AF;
}
.AnyTagClassName
{
color: #DBC8AF;
}
</style>
background-color css
<style>
a { background-color: #DBC8AF; }
a { background-color: rgb(219,200,175); }
div.DivClassName
{
background-color: #DBC8AF;
}
.BgClassName
{
background-color: #DBC8AF;
}
</style>
border-color css
<style>
span { border-color: #DBC8AF; }
span { border-color: rgb(219,200,175); }
td.TdClassName
{
border-color: #DBC8AF;
}
.TagClassName
{
border-color: #DBC8AF;
}
</style>