Shades of Bone #DAC0AA
Tints of Bone #DAC0AA
RGB
CMYK
RGB Variations
Color information
#DAC0AA (or 0xDAC0AA) is known color: Bone. HEX triplet: DA, C0 and AA. RGB value is (218,192,170). Sum of RGB (Red+Green+Blue) = 218+192+170=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0AA is #253F55. Grayscale: #C5C5C5. Windows color (decimal): -2441046 or 11190490. OLE color: 11190490.
HSL color Cylindrical-coordinate representation of color #DAC0AA: hue angle of 27.5º degrees, saturation: 0.39, 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 #DAC0AA is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 170 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.15 |
| HSL | 27.5º | 0.39% | 0.76% | - |
| HSV(B) | 27.5º | 0.22% | 0.85% | - |
| XYZ | 55.02 | 55.51 | 45.84 | - |
| YUV | 197.27 | 112.61 | 142.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 170 | 0 | 0.12 | 0.22 | 0.15 | 27.5 | 0.39 | 0.76 |
| Hex | DA | C0 | AA | 0 | C | 16 | F | 1C | 27 | 4C |
| Octal | 332 | 300 | 252 | 0 | 14 | 26 | 17 | 34 | 47 | 114 |
| Binary | 11011010 | 11000000 | 10101010 | 0 | 1100 | 10110 | 1111 | 11100 | 100111 | 1001100 |
Color Harmonies of #DAC0AA
Complementary color
Monochromatic Colors of #DAC0AA
Black with #DAC0AA
Text Example
Text Example
White with #DAC0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0AA; }
p { color: rgb(218,192,170); }
H1.HeaderClassName
{
color: #DAC0AA;
}
.AnyTagClassName
{
color: #DAC0AA;
}
</style>
background-color css
<style>
a { background-color: #DAC0AA; }
a { background-color: rgb(218,192,170); }
div.DivClassName
{
background-color: #DAC0AA;
}
.BgClassName
{
background-color: #DAC0AA;
}
</style>
border-color css
<style>
span { border-color: #DAC0AA; }
span { border-color: rgb(218,192,170); }
td.TdClassName
{
border-color: #DAC0AA;
}
.TagClassName
{
border-color: #DAC0AA;
}
</style>