Shades of Bone #DAC0A4
Tints of Bone #DAC0A4
RGB
CMYK
RGB Variations
Color information
#DAC0A4 (or 0xDAC0A4) is known color: Bone. HEX triplet: DA, C0 and A4. RGB value is (218,192,164). Sum of RGB (Red+Green+Blue) = 218+192+164=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 192 (75.39% from 255 or 33.45% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC0A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC0A4 is #253F5B. Grayscale: #C4C4C4. Windows color (decimal): -2441052 or 10797274. OLE color: 10797274.
HSL color Cylindrical-coordinate representation of color #DAC0A4: hue angle of 31.11º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DAC0A4 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 192 | 164 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.15 |
| HSL | 31.11º | 0.42% | 0.75% | - |
| HSV(B) | 31.11º | 0.25% | 0.85% | - |
| XYZ | 54.46 | 55.29 | 42.92 | - |
| YUV | 196.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 192 | 164 | 0 | 0.12 | 0.25 | 0.15 | 31.11 | 0.42 | 0.75 |
| Hex | DA | C0 | A4 | 0 | C | 19 | F | 1F | 2A | 4B |
| Octal | 332 | 300 | 244 | 0 | 14 | 31 | 17 | 37 | 52 | 113 |
| Binary | 11011010 | 11000000 | 10100100 | 0 | 1100 | 11001 | 1111 | 11111 | 101010 | 1001011 |
Color Harmonies of #DAC0A4
Complementary color
Monochromatic Colors of #DAC0A4
Black with #DAC0A4
Text Example
Text Example
White with #DAC0A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC0A4; }
p { color: rgb(218,192,164); }
H1.HeaderClassName
{
color: #DAC0A4;
}
.AnyTagClassName
{
color: #DAC0A4;
}
</style>
background-color css
<style>
a { background-color: #DAC0A4; }
a { background-color: rgb(218,192,164); }
div.DivClassName
{
background-color: #DAC0A4;
}
.BgClassName
{
background-color: #DAC0A4;
}
</style>
border-color css
<style>
span { border-color: #DAC0A4; }
span { border-color: rgb(218,192,164); }
td.TdClassName
{
border-color: #DAC0A4;
}
.TagClassName
{
border-color: #DAC0A4;
}
</style>