Shades of Bone #DABEA0
Tints of Bone #DABEA0
RGB
CMYK
RGB Variations
Color information
#DABEA0 (or 0xDABEA0) is known color: Bone. HEX triplet: DA, BE and A0. RGB value is (218,190,160). Sum of RGB (Red+Green+Blue) = 218+190+160=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABEA0 is #25415F. Grayscale: #C3C3C3. Windows color (decimal): -2441568 or 10534618. OLE color: 10534618.
HSL color Cylindrical-coordinate representation of color #DABEA0: hue angle of 31.03º 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 #DABEA0 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 160 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.15 |
| HSL | 31.03º | 0.44% | 0.74% | - |
| HSV(B) | 31.03º | 0.27% | 0.85% | - |
| XYZ | 53.67 | 54.27 | 40.9 | - |
| YUV | 194.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 160 | 0 | 0.13 | 0.27 | 0.15 | 31.03 | 0.44 | 0.74 |
| Hex | DA | BE | A0 | 0 | D | 1B | F | 1F | 2C | 4A |
| Octal | 332 | 276 | 240 | 0 | 15 | 33 | 17 | 37 | 54 | 112 |
| Binary | 11011010 | 10111110 | 10100000 | 0 | 1101 | 11011 | 1111 | 11111 | 101100 | 1001010 |
Color Harmonies of #DABEA0
Complementary color
Monochromatic Colors of #DABEA0
Black with #DABEA0
Text Example
Text Example
White with #DABEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEA0; }
p { color: rgb(218,190,160); }
H1.HeaderClassName
{
color: #DABEA0;
}
.AnyTagClassName
{
color: #DABEA0;
}
</style>
background-color css
<style>
a { background-color: #DABEA0; }
a { background-color: rgb(218,190,160); }
div.DivClassName
{
background-color: #DABEA0;
}
.BgClassName
{
background-color: #DABEA0;
}
</style>
border-color css
<style>
span { border-color: #DABEA0; }
span { border-color: rgb(218,190,160); }
td.TdClassName
{
border-color: #DABEA0;
}
.TagClassName
{
border-color: #DABEA0;
}
</style>