Shades of Bone #DABBA1
Tints of Bone #DABBA1
RGB
CMYK
RGB Variations
Color information
#DABBA1 (or 0xDABBA1) is known color: Bone. HEX triplet: DA, BB and A1. RGB value is (218,187,161). Sum of RGB (Red+Green+Blue) = 218+187+161=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 161 (63.28% from 255 or 28.45% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DABBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABBA1 is #25445E. Grayscale: #C1C1C1. Windows color (decimal): -2442335 or 10599386. OLE color: 10599386.
HSL color Cylindrical-coordinate representation of color #DABBA1: hue angle of 27.37º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABBA1 is Cyan = 0, Magento = 0.14, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 161 | - |
| CMYK | 0 | 0.14 | 0.26 | 0.15 |
| HSL | 27.37º | 0.44% | 0.74% | - |
| HSV(B) | 27.37º | 0.26% | 0.85% | - |
| XYZ | 53.12 | 53.02 | 41.15 | - |
| YUV | 193.31 | 109.77 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 161 | 0 | 0.14 | 0.26 | 0.15 | 27.37 | 0.44 | 0.74 |
| Hex | DA | BB | A1 | 0 | E | 1A | F | 1B | 2C | 4A |
| Octal | 332 | 273 | 241 | 0 | 16 | 32 | 17 | 33 | 54 | 112 |
| Binary | 11011010 | 10111011 | 10100001 | 0 | 1110 | 11010 | 1111 | 11011 | 101100 | 1001010 |
Color Harmonies of #DABBA1
Complementary color
Monochromatic Colors of #DABBA1
Black with #DABBA1
Text Example
Text Example
White with #DABBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABBA1; }
p { color: rgb(218,187,161); }
H1.HeaderClassName
{
color: #DABBA1;
}
.AnyTagClassName
{
color: #DABBA1;
}
</style>
background-color css
<style>
a { background-color: #DABBA1; }
a { background-color: rgb(218,187,161); }
div.DivClassName
{
background-color: #DABBA1;
}
.BgClassName
{
background-color: #DABBA1;
}
</style>
border-color css
<style>
span { border-color: #DABBA1; }
span { border-color: rgb(218,187,161); }
td.TdClassName
{
border-color: #DABBA1;
}
.TagClassName
{
border-color: #DABBA1;
}
</style>