Shades of Bone #DAC0A7
Tints of Bone #DAC0A7
RGB
CMYK
RGB Variations
Color information
#DAC0A7 (or 0xDAC0A7) is known color: Bone. HEX triplet: DA, C0 and A7. RGB value is (218,192,167). Sum of RGB (Red+Green+Blue) = 218+192+167=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 192 (75.39% from 255 or 33.28% from 577); Blue value is 167 (65.62% from 255 or 28.94% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0A7 is #253F58. Grayscale: #C5C5C5. Windows color (decimal): -2441049 or 10993882. OLE color: 10993882.
HSL color Cylindrical-coordinate representation of color #DAC0A7: hue angle of 29.41º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAC0A7 is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 167 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.15 |
| HSL | 29.41º | 0.41% | 0.75% | - |
| HSV(B) | 29.41º | 0.23% | 0.85% | - |
| XYZ | 54.74 | 55.39 | 44.37 | - |
| YUV | 196.92 | 111.11 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 167 | 0 | 0.12 | 0.23 | 0.15 | 29.41 | 0.41 | 0.75 |
| Hex | DA | C0 | A7 | 0 | C | 17 | F | 1D | 29 | 4B |
| Octal | 332 | 300 | 247 | 0 | 14 | 27 | 17 | 35 | 51 | 113 |
| Binary | 11011010 | 11000000 | 10100111 | 0 | 1100 | 10111 | 1111 | 11101 | 101001 | 1001011 |
Color Harmonies of #DAC0A7
Complementary color
Monochromatic Colors of #DAC0A7
Black with #DAC0A7
Text Example
Text Example
White with #DAC0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0A7; }
p { color: rgb(218,192,167); }
H1.HeaderClassName
{
color: #DAC0A7;
}
.AnyTagClassName
{
color: #DAC0A7;
}
</style>
background-color css
<style>
a { background-color: #DAC0A7; }
a { background-color: rgb(218,192,167); }
div.DivClassName
{
background-color: #DAC0A7;
}
.BgClassName
{
background-color: #DAC0A7;
}
</style>
border-color css
<style>
span { border-color: #DAC0A7; }
span { border-color: rgb(218,192,167); }
td.TdClassName
{
border-color: #DAC0A7;
}
.TagClassName
{
border-color: #DAC0A7;
}
</style>