Shades of Bone #DABDA0
Tints of Bone #DABDA0
RGB
CMYK
RGB Variations
Color information
#DABDA0 (or 0xDABDA0) is known color: Bone. HEX triplet: DA, BD and A0. RGB value is (218,189,160). Sum of RGB (Red+Green+Blue) = 218+189+160=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 160 (62.89% from 255 or 28.22% from 567); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABDA0 is #25425F. Grayscale: #C2C2C2. Windows color (decimal): -2441824 or 10534362. OLE color: 10534362.
HSL color Cylindrical-coordinate representation of color #DABDA0: hue angle of 30º 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 #DABDA0 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 160 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.15 |
| HSL | 30º | 0.44% | 0.74% | - |
| HSV(B) | 30º | 0.27% | 0.85% | - |
| XYZ | 53.46 | 53.84 | 40.83 | - |
| YUV | 194.37 | 108.61 | 144.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 160 | 0 | 0.13 | 0.27 | 0.15 | 30 | 0.44 | 0.74 |
| Hex | DA | BD | A0 | 0 | D | 1B | F | 1E | 2C | 4A |
| Octal | 332 | 275 | 240 | 0 | 15 | 33 | 17 | 36 | 54 | 112 |
| Binary | 11011010 | 10111101 | 10100000 | 0 | 1101 | 11011 | 1111 | 11110 | 101100 | 1001010 |
Color Harmonies of #DABDA0
Complementary color
Monochromatic Colors of #DABDA0
Black with #DABDA0
Text Example
Text Example
White with #DABDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDA0; }
p { color: rgb(218,189,160); }
H1.HeaderClassName
{
color: #DABDA0;
}
.AnyTagClassName
{
color: #DABDA0;
}
</style>
background-color css
<style>
a { background-color: #DABDA0; }
a { background-color: rgb(218,189,160); }
div.DivClassName
{
background-color: #DABDA0;
}
.BgClassName
{
background-color: #DABDA0;
}
</style>
border-color css
<style>
span { border-color: #DABDA0; }
span { border-color: rgb(218,189,160); }
td.TdClassName
{
border-color: #DABDA0;
}
.TagClassName
{
border-color: #DABDA0;
}
</style>