Shades of Bone #DABCA0
Tints of Bone #DABCA0
RGB
CMYK
RGB Variations
Color information
#DABCA0 (or 0xDABCA0) is known color: Bone. HEX triplet: DA, BC and A0. RGB value is (218,188,160). Sum of RGB (Red+Green+Blue) = 218+188+160=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 188 (73.83% from 255 or 33.22% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DABCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABCA0 is #25435F. Grayscale: #C1C1C1. Windows color (decimal): -2442080 or 10534106. OLE color: 10534106.
HSL color Cylindrical-coordinate representation of color #DABCA0: hue angle of 28.97º 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 #DABCA0 is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 188 | 160 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.15 |
| HSL | 28.97º | 0.44% | 0.74% | - |
| HSV(B) | 28.97º | 0.27% | 0.85% | - |
| XYZ | 53.24 | 53.41 | 40.76 | - |
| YUV | 193.78 | 108.94 | 145.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 188 | 160 | 0 | 0.14 | 0.27 | 0.15 | 28.97 | 0.44 | 0.74 |
| Hex | DA | BC | A0 | 0 | E | 1B | F | 1D | 2C | 4A |
| Octal | 332 | 274 | 240 | 0 | 16 | 33 | 17 | 35 | 54 | 112 |
| Binary | 11011010 | 10111100 | 10100000 | 0 | 1110 | 11011 | 1111 | 11101 | 101100 | 1001010 |
Color Harmonies of #DABCA0
Complementary color
Monochromatic Colors of #DABCA0
Black with #DABCA0
Text Example
Text Example
White with #DABCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABCA0; }
p { color: rgb(218,188,160); }
H1.HeaderClassName
{
color: #DABCA0;
}
.AnyTagClassName
{
color: #DABCA0;
}
</style>
background-color css
<style>
a { background-color: #DABCA0; }
a { background-color: rgb(218,188,160); }
div.DivClassName
{
background-color: #DABCA0;
}
.BgClassName
{
background-color: #DABCA0;
}
</style>
border-color css
<style>
span { border-color: #DABCA0; }
span { border-color: rgb(218,188,160); }
td.TdClassName
{
border-color: #DABCA0;
}
.TagClassName
{
border-color: #DABCA0;
}
</style>