Shades of Bone #DAC0A9
Tints of Bone #DAC0A9
RGB
CMYK
RGB Variations
Color information
#DAC0A9 (or 0xDAC0A9) is known color: Bone. HEX triplet: DA, C0 and A9. RGB value is (218,192,169). Sum of RGB (Red+Green+Blue) = 218+192+169=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 192 (75.39% from 255 or 33.16% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0A9 is #253F56. Grayscale: #C5C5C5. Windows color (decimal): -2441047 or 11124954. OLE color: 11124954.
HSL color Cylindrical-coordinate representation of color #DAC0A9: hue angle of 28.16º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC0A9 is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 169 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.15 |
| HSL | 28.16º | 0.4% | 0.76% | - |
| HSV(B) | 28.16º | 0.22% | 0.85% | - |
| XYZ | 54.92 | 55.47 | 45.35 | - |
| YUV | 197.15 | 112.11 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 169 | 0 | 0.12 | 0.22 | 0.15 | 28.16 | 0.4 | 0.76 |
| Hex | DA | C0 | A9 | 0 | C | 16 | F | 1C | 28 | 4C |
| Octal | 332 | 300 | 251 | 0 | 14 | 26 | 17 | 34 | 50 | 114 |
| Binary | 11011010 | 11000000 | 10101001 | 0 | 1100 | 10110 | 1111 | 11100 | 101000 | 1001100 |
Color Harmonies of #DAC0A9
Complementary color
Monochromatic Colors of #DAC0A9
Black with #DAC0A9
Text Example
Text Example
White with #DAC0A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0A9; }
p { color: rgb(218,192,169); }
H1.HeaderClassName
{
color: #DAC0A9;
}
.AnyTagClassName
{
color: #DAC0A9;
}
</style>
background-color css
<style>
a { background-color: #DAC0A9; }
a { background-color: rgb(218,192,169); }
div.DivClassName
{
background-color: #DAC0A9;
}
.BgClassName
{
background-color: #DAC0A9;
}
</style>
border-color css
<style>
span { border-color: #DAC0A9; }
span { border-color: rgb(218,192,169); }
td.TdClassName
{
border-color: #DAC0A9;
}
.TagClassName
{
border-color: #DAC0A9;
}
</style>