Shades of Bone #DAC5AD
Tints of Bone #DAC5AD
RGB
CMYK
RGB Variations
Color information
#DAC5AD (or 0xDAC5AD) is known color: Bone. HEX triplet: DA, C5 and AD. RGB value is (218,197,173). Sum of RGB (Red+Green+Blue) = 218+197+173=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC5AD is #253A52. Grayscale: #C8C8C8. Windows color (decimal): -2439763 or 11388378. OLE color: 11388378.
HSL color Cylindrical-coordinate representation of color #DAC5AD: hue angle of 32º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC5AD is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 173 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.15 |
| HSL | 32º | 0.38% | 0.77% | - |
| HSV(B) | 32º | 0.21% | 0.85% | - |
| XYZ | 56.42 | 57.86 | 47.73 | - |
| YUV | 200.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 173 | 0 | 0.10 | 0.21 | 0.15 | 32 | 0.38 | 0.77 |
| Hex | DA | C5 | AD | 0 | A | 15 | F | 20 | 26 | 4D |
| Octal | 332 | 305 | 255 | 0 | 12 | 25 | 17 | 40 | 46 | 115 |
| Binary | 11011010 | 11000101 | 10101101 | 0 | 1010 | 10101 | 1111 | 100000 | 100110 | 1001101 |
Color Harmonies of #DAC5AD
Complementary color
Monochromatic Colors of #DAC5AD
Black with #DAC5AD
Text Example
Text Example
White with #DAC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5AD; }
p { color: rgb(218,197,173); }
H1.HeaderClassName
{
color: #DAC5AD;
}
.AnyTagClassName
{
color: #DAC5AD;
}
</style>
background-color css
<style>
a { background-color: #DAC5AD; }
a { background-color: rgb(218,197,173); }
div.DivClassName
{
background-color: #DAC5AD;
}
.BgClassName
{
background-color: #DAC5AD;
}
</style>
border-color css
<style>
span { border-color: #DAC5AD; }
span { border-color: rgb(218,197,173); }
td.TdClassName
{
border-color: #DAC5AD;
}
.TagClassName
{
border-color: #DAC5AD;
}
</style>