Shades of Bone #DABBA0
Tints of Bone #DABBA0
RGB
CMYK
RGB Variations
Color information
#DABBA0 (or 0xDABBA0) is known color: Bone. HEX triplet: DA, BB and A0. RGB value is (218,187,160). Sum of RGB (Red+Green+Blue) = 218+187+160=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 187 (73.44% from 255 or 33.10% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA0 is #25445F. Grayscale: #C1C1C1. Windows color (decimal): -2442336 or 10533850. OLE color: 10533850.
HSL color Cylindrical-coordinate representation of color #DABBA0: hue angle of 27.93º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DABBA0 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 160 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.15 |
| HSL | 27.93º | 0.44% | 0.74% | - |
| HSV(B) | 27.93º | 0.27% | 0.85% | - |
| XYZ | 53.03 | 52.98 | 40.69 | - |
| YUV | 193.19 | 109.27 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 160 | 0 | 0.14 | 0.27 | 0.15 | 27.93 | 0.44 | 0.74 |
| Hex | DA | BB | A0 | 0 | E | 1B | F | 1C | 2C | 4A |
| Octal | 332 | 273 | 240 | 0 | 16 | 33 | 17 | 34 | 54 | 112 |
| Binary | 11011010 | 10111011 | 10100000 | 0 | 1110 | 11011 | 1111 | 11100 | 101100 | 1001010 |
Color Harmonies of #DABBA0
Complementary color
Monochromatic Colors of #DABBA0
Black with #DABBA0
Text Example
Text Example
White with #DABBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBA0; }
p { color: rgb(218,187,160); }
H1.HeaderClassName
{
color: #DABBA0;
}
.AnyTagClassName
{
color: #DABBA0;
}
</style>
background-color css
<style>
a { background-color: #DABBA0; }
a { background-color: rgb(218,187,160); }
div.DivClassName
{
background-color: #DABBA0;
}
.BgClassName
{
background-color: #DABBA0;
}
</style>
border-color css
<style>
span { border-color: #DABBA0; }
span { border-color: rgb(218,187,160); }
td.TdClassName
{
border-color: #DABBA0;
}
.TagClassName
{
border-color: #DABBA0;
}
</style>