Shades of Bone #DABFA8
Tints of Bone #DABFA8
RGB
CMYK
RGB Variations
Color information
#DABFA8 (or 0xDABFA8) is known color: Bone. HEX triplet: DA, BF and A8. RGB value is (218,191,168). Sum of RGB (Red+Green+Blue) = 218+191+168=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DABFA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABFA8 is #254057. Grayscale: #C4C4C4. Windows color (decimal): -2441304 or 11059162. OLE color: 11059162.
HSL color Cylindrical-coordinate representation of color #DABFA8: hue angle of 27.6º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DABFA8 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 191 | 168 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.15 |
| HSL | 27.6º | 0.4% | 0.76% | - |
| HSV(B) | 27.6º | 0.23% | 0.85% | - |
| XYZ | 54.61 | 54.99 | 44.78 | - |
| YUV | 196.45 | 111.95 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 191 | 168 | 0 | 0.12 | 0.23 | 0.15 | 27.6 | 0.4 | 0.76 |
| Hex | DA | BF | A8 | 0 | C | 17 | F | 1C | 28 | 4C |
| Octal | 332 | 277 | 250 | 0 | 14 | 27 | 17 | 34 | 50 | 114 |
| Binary | 11011010 | 10111111 | 10101000 | 0 | 1100 | 10111 | 1111 | 11100 | 101000 | 1001100 |
Color Harmonies of #DABFA8
Complementary color
Monochromatic Colors of #DABFA8
Black with #DABFA8
Text Example
Text Example
White with #DABFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABFA8; }
p { color: rgb(218,191,168); }
H1.HeaderClassName
{
color: #DABFA8;
}
.AnyTagClassName
{
color: #DABFA8;
}
</style>
background-color css
<style>
a { background-color: #DABFA8; }
a { background-color: rgb(218,191,168); }
div.DivClassName
{
background-color: #DABFA8;
}
.BgClassName
{
background-color: #DABFA8;
}
</style>
border-color css
<style>
span { border-color: #DABFA8; }
span { border-color: rgb(218,191,168); }
td.TdClassName
{
border-color: #DABFA8;
}
.TagClassName
{
border-color: #DABFA8;
}
</style>