Shades of Bone #DBC0A5
Tints of Bone #DBC0A5
RGB
CMYK
RGB Variations
Color information
#DBC0A5 (or 0xDBC0A5) is known color: Bone. HEX triplet: DB, C0 and A5. RGB value is (219,192,165). Sum of RGB (Red+Green+Blue) = 219+192+165=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 192 (75.39% from 255 or 33.33% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0A5 is #243F5A. Grayscale: #C5C5C5. Windows color (decimal): -2375515 or 10862811. OLE color: 10862811.
HSL color Cylindrical-coordinate representation of color #DBC0A5: hue angle of 30º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBC0A5 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 165 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.14 |
| HSL | 30º | 0.43% | 0.75% | - |
| HSV(B) | 30º | 0.25% | 0.86% | - |
| XYZ | 54.85 | 55.48 | 43.41 | - |
| YUV | 197 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 165 | 0 | 0.12 | 0.25 | 0.14 | 30 | 0.43 | 0.75 |
| Hex | DB | C0 | A5 | 0 | C | 19 | E | 1E | 2B | 4B |
| Octal | 333 | 300 | 245 | 0 | 14 | 31 | 16 | 36 | 53 | 113 |
| Binary | 11011011 | 11000000 | 10100101 | 0 | 1100 | 11001 | 1110 | 11110 | 101011 | 1001011 |
Color Harmonies of #DBC0A5
Complementary color
Monochromatic Colors of #DBC0A5
Black with #DBC0A5
Text Example
Text Example
White with #DBC0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0A5; }
p { color: rgb(219,192,165); }
H1.HeaderClassName
{
color: #DBC0A5;
}
.AnyTagClassName
{
color: #DBC0A5;
}
</style>
background-color css
<style>
a { background-color: #DBC0A5; }
a { background-color: rgb(219,192,165); }
div.DivClassName
{
background-color: #DBC0A5;
}
.BgClassName
{
background-color: #DBC0A5;
}
</style>
border-color css
<style>
span { border-color: #DBC0A5; }
span { border-color: rgb(219,192,165); }
td.TdClassName
{
border-color: #DBC0A5;
}
.TagClassName
{
border-color: #DBC0A5;
}
</style>