Shades of Bone #DAC3AD
Tints of Bone #DAC3AD
RGB
CMYK
RGB Variations
Color information
#DAC3AD (or 0xDAC3AD) is known color: Bone. HEX triplet: DA, C3 and AD. RGB value is (218,195,173). Sum of RGB (Red+Green+Blue) = 218+195+173=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 195 (76.56% from 255 or 33.28% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC3AD is #253C52. Grayscale: #C7C7C7. Windows color (decimal): -2440275 or 11387866. OLE color: 11387866.
HSL color Cylindrical-coordinate representation of color #DAC3AD: hue angle of 29.33º 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 #DAC3AD is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 173 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.15 |
| HSL | 29.33º | 0.38% | 0.77% | - |
| HSV(B) | 29.33º | 0.21% | 0.85% | - |
| XYZ | 55.97 | 56.95 | 47.58 | - |
| YUV | 199.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 173 | 0 | 0.11 | 0.21 | 0.15 | 29.33 | 0.38 | 0.77 |
| Hex | DA | C3 | AD | 0 | B | 15 | F | 1D | 26 | 4D |
| Octal | 332 | 303 | 255 | 0 | 13 | 25 | 17 | 35 | 46 | 115 |
| Binary | 11011010 | 11000011 | 10101101 | 0 | 1011 | 10101 | 1111 | 11101 | 100110 | 1001101 |
Color Harmonies of #DAC3AD
Complementary color
Monochromatic Colors of #DAC3AD
Black with #DAC3AD
Text Example
Text Example
White with #DAC3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3AD; }
p { color: rgb(218,195,173); }
H1.HeaderClassName
{
color: #DAC3AD;
}
.AnyTagClassName
{
color: #DAC3AD;
}
</style>
background-color css
<style>
a { background-color: #DAC3AD; }
a { background-color: rgb(218,195,173); }
div.DivClassName
{
background-color: #DAC3AD;
}
.BgClassName
{
background-color: #DAC3AD;
}
</style>
border-color css
<style>
span { border-color: #DAC3AD; }
span { border-color: rgb(218,195,173); }
td.TdClassName
{
border-color: #DAC3AD;
}
.TagClassName
{
border-color: #DAC3AD;
}
</style>