Shades of Bone #DAC5AA
Tints of Bone #DAC5AA
RGB
CMYK
RGB Variations
Color information
#DAC5AA (or 0xDAC5AA) is known color: Bone. HEX triplet: DA, C5 and AA. RGB value is (218,197,170). Sum of RGB (Red+Green+Blue) = 218+197+170=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 197 (77.34% from 255 or 33.68% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC5AA is #253A55. Grayscale: #C8C8C8. Windows color (decimal): -2439766 or 11191770. OLE color: 11191770.
HSL color Cylindrical-coordinate representation of color #DAC5AA: hue angle of 33.75º 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 #DAC5AA is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 170 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.15 |
| HSL | 33.75º | 0.39% | 0.76% | - |
| HSV(B) | 33.75º | 0.22% | 0.85% | - |
| XYZ | 56.14 | 57.74 | 46.22 | - |
| YUV | 200.2 | 110.96 | 140.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 170 | 0 | 0.10 | 0.22 | 0.15 | 33.75 | 0.39 | 0.76 |
| Hex | DA | C5 | AA | 0 | A | 16 | F | 22 | 27 | 4C |
| Octal | 332 | 305 | 252 | 0 | 12 | 26 | 17 | 42 | 47 | 114 |
| Binary | 11011010 | 11000101 | 10101010 | 0 | 1010 | 10110 | 1111 | 100010 | 100111 | 1001100 |
Color Harmonies of #DAC5AA
Complementary color
Monochromatic Colors of #DAC5AA
Black with #DAC5AA
Text Example
Text Example
White with #DAC5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5AA; }
p { color: rgb(218,197,170); }
H1.HeaderClassName
{
color: #DAC5AA;
}
.AnyTagClassName
{
color: #DAC5AA;
}
</style>
background-color css
<style>
a { background-color: #DAC5AA; }
a { background-color: rgb(218,197,170); }
div.DivClassName
{
background-color: #DAC5AA;
}
.BgClassName
{
background-color: #DAC5AA;
}
</style>
border-color css
<style>
span { border-color: #DAC5AA; }
span { border-color: rgb(218,197,170); }
td.TdClassName
{
border-color: #DAC5AA;
}
.TagClassName
{
border-color: #DAC5AA;
}
</style>