Shades of Bone #DBBCA0
Tints of Bone #DBBCA0
RGB
CMYK
RGB Variations
Color information
#DBBCA0 (or 0xDBBCA0) is known color: Bone. HEX triplet: DB, BC and A0. RGB value is (219,188,160). Sum of RGB (Red+Green+Blue) = 219+188+160=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 188 (73.83% from 255 or 33.16% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCA0 is #24435F. Grayscale: #C2C2C2. Windows color (decimal): -2376544 or 10534107. OLE color: 10534107.
HSL color Cylindrical-coordinate representation of color #DBBCA0: hue angle of 28.47º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBBCA0 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 160 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.14 |
| HSL | 28.47º | 0.45% | 0.74% | - |
| HSV(B) | 28.47º | 0.27% | 0.86% | - |
| XYZ | 53.54 | 53.56 | 40.77 | - |
| YUV | 194.08 | 108.77 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 160 | 0 | 0.14 | 0.27 | 0.14 | 28.47 | 0.45 | 0.74 |
| Hex | DB | BC | A0 | 0 | E | 1B | E | 1C | 2D | 4A |
| Octal | 333 | 274 | 240 | 0 | 16 | 33 | 16 | 34 | 55 | 112 |
| Binary | 11011011 | 10111100 | 10100000 | 0 | 1110 | 11011 | 1110 | 11100 | 101101 | 1001010 |
Color Harmonies of #DBBCA0
Complementary color
Monochromatic Colors of #DBBCA0
Black with #DBBCA0
Text Example
Text Example
White with #DBBCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBCA0; }
p { color: rgb(219,188,160); }
H1.HeaderClassName
{
color: #DBBCA0;
}
.AnyTagClassName
{
color: #DBBCA0;
}
</style>
background-color css
<style>
a { background-color: #DBBCA0; }
a { background-color: rgb(219,188,160); }
div.DivClassName
{
background-color: #DBBCA0;
}
.BgClassName
{
background-color: #DBBCA0;
}
</style>
border-color css
<style>
span { border-color: #DBBCA0; }
span { border-color: rgb(219,188,160); }
td.TdClassName
{
border-color: #DBBCA0;
}
.TagClassName
{
border-color: #DBBCA0;
}
</style>