Shades of Bone #DAC6AA
Tints of Bone #DAC6AA
RGB
CMYK
RGB Variations
Color information
#DAC6AA (or 0xDAC6AA) is known color: Bone. HEX triplet: DA, C6 and AA. RGB value is (218,198,170). Sum of RGB (Red+Green+Blue) = 218+198+170=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 198 (77.73% from 255 or 33.79% from 586); Blue value is 170 (66.80% from 255 or 29.01% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6AA is #253955. Grayscale: #C8C8C8. Windows color (decimal): -2439510 or 11192026. OLE color: 11192026.
HSL color Cylindrical-coordinate representation of color #DAC6AA: hue angle of 35º 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 #DAC6AA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 170 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.15 |
| HSL | 35º | 0.39% | 0.76% | - |
| HSV(B) | 35º | 0.22% | 0.85% | - |
| XYZ | 56.36 | 58.2 | 46.29 | - |
| YUV | 200.79 | 110.63 | 140.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 170 | 0 | 0.09 | 0.22 | 0.15 | 35 | 0.39 | 0.76 |
| Hex | DA | C6 | AA | 0 | 9 | 16 | F | 23 | 27 | 4C |
| Octal | 332 | 306 | 252 | 0 | 11 | 26 | 17 | 43 | 47 | 114 |
| Binary | 11011010 | 11000110 | 10101010 | 0 | 1001 | 10110 | 1111 | 100011 | 100111 | 1001100 |
Color Harmonies of #DAC6AA
Complementary color
Monochromatic Colors of #DAC6AA
Black with #DAC6AA
Text Example
Text Example
White with #DAC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6AA; }
p { color: rgb(218,198,170); }
H1.HeaderClassName
{
color: #DAC6AA;
}
.AnyTagClassName
{
color: #DAC6AA;
}
</style>
background-color css
<style>
a { background-color: #DAC6AA; }
a { background-color: rgb(218,198,170); }
div.DivClassName
{
background-color: #DAC6AA;
}
.BgClassName
{
background-color: #DAC6AA;
}
</style>
border-color css
<style>
span { border-color: #DAC6AA; }
span { border-color: rgb(218,198,170); }
td.TdClassName
{
border-color: #DAC6AA;
}
.TagClassName
{
border-color: #DAC6AA;
}
</style>