Shades of Bone #DABEA2
Tints of Bone #DABEA2
RGB
CMYK
RGB Variations
Color information
#DABEA2 (or 0xDABEA2) is known color: Bone. HEX triplet: DA, BE and A2. RGB value is (218,190,162). Sum of RGB (Red+Green+Blue) = 218+190+162=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 162 (63.67% from 255 or 28.42% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DABEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABEA2 is #25415D. Grayscale: #C3C3C3. Windows color (decimal): -2441566 or 10665690. OLE color: 10665690.
HSL color Cylindrical-coordinate representation of color #DABEA2: hue angle of 30º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DABEA2 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 190 | 162 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.15 |
| HSL | 30º | 0.43% | 0.75% | - |
| HSV(B) | 30º | 0.26% | 0.85% | - |
| XYZ | 53.85 | 54.34 | 41.83 | - |
| YUV | 195.18 | 109.28 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 190 | 162 | 0 | 0.13 | 0.26 | 0.15 | 30 | 0.43 | 0.75 |
| Hex | DA | BE | A2 | 0 | D | 1A | F | 1E | 2B | 4B |
| Octal | 332 | 276 | 242 | 0 | 15 | 32 | 17 | 36 | 53 | 113 |
| Binary | 11011010 | 10111110 | 10100010 | 0 | 1101 | 11010 | 1111 | 11110 | 101011 | 1001011 |
Color Harmonies of #DABEA2
Complementary color
Monochromatic Colors of #DABEA2
Black with #DABEA2
Text Example
Text Example
White with #DABEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABEA2; }
p { color: rgb(218,190,162); }
H1.HeaderClassName
{
color: #DABEA2;
}
.AnyTagClassName
{
color: #DABEA2;
}
</style>
background-color css
<style>
a { background-color: #DABEA2; }
a { background-color: rgb(218,190,162); }
div.DivClassName
{
background-color: #DABEA2;
}
.BgClassName
{
background-color: #DABEA2;
}
</style>
border-color css
<style>
span { border-color: #DABEA2; }
span { border-color: rgb(218,190,162); }
td.TdClassName
{
border-color: #DABEA2;
}
.TagClassName
{
border-color: #DABEA2;
}
</style>