Shades of Bone #DBC2AA
Tints of Bone #DBC2AA
RGB
CMYK
RGB Variations
Color information
#DBC2AA (or 0xDBC2AA) is known color: Bone. HEX triplet: DB, C2 and AA. RGB value is (219,194,170). Sum of RGB (Red+Green+Blue) = 219+194+170=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2AA is #243D55. Grayscale: #C6C6C6. Windows color (decimal): -2374998 or 11191003. OLE color: 11191003.
HSL color Cylindrical-coordinate representation of color #DBC2AA: hue angle of 29.39º 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 #DBC2AA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 170 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.14 |
| HSL | 29.39º | 0.4% | 0.76% | - |
| HSV(B) | 29.39º | 0.22% | 0.86% | - |
| XYZ | 55.76 | 56.55 | 46.01 | - |
| YUV | 198.74 | 111.78 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 170 | 0 | 0.11 | 0.22 | 0.14 | 29.39 | 0.4 | 0.76 |
| Hex | DB | C2 | AA | 0 | B | 16 | E | 1D | 28 | 4C |
| Octal | 333 | 302 | 252 | 0 | 13 | 26 | 16 | 35 | 50 | 114 |
| Binary | 11011011 | 11000010 | 10101010 | 0 | 1011 | 10110 | 1110 | 11101 | 101000 | 1001100 |
Color Harmonies of #DBC2AA
Complementary color
Monochromatic Colors of #DBC2AA
Black with #DBC2AA
Text Example
Text Example
White with #DBC2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2AA; }
p { color: rgb(219,194,170); }
H1.HeaderClassName
{
color: #DBC2AA;
}
.AnyTagClassName
{
color: #DBC2AA;
}
</style>
background-color css
<style>
a { background-color: #DBC2AA; }
a { background-color: rgb(219,194,170); }
div.DivClassName
{
background-color: #DBC2AA;
}
.BgClassName
{
background-color: #DBC2AA;
}
</style>
border-color css
<style>
span { border-color: #DBC2AA; }
span { border-color: rgb(219,194,170); }
td.TdClassName
{
border-color: #DBC2AA;
}
.TagClassName
{
border-color: #DBC2AA;
}
</style>