Shades of Bone #DAC5AC
Tints of Bone #DAC5AC
RGB
CMYK
RGB Variations
Color information
#DAC5AC (or 0xDAC5AC) is known color: Bone. HEX triplet: DA, C5 and AC. RGB value is (218,197,172). Sum of RGB (Red+Green+Blue) = 218+197+172=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC5AC is #253A53. Grayscale: #C8C8C8. Windows color (decimal): -2439764 or 11322842. OLE color: 11322842.
HSL color Cylindrical-coordinate representation of color #DAC5AC: hue angle of 32.61º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAC5AC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 197 | 172 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.15 |
| HSL | 32.61º | 0.38% | 0.76% | - |
| HSV(B) | 32.61º | 0.21% | 0.85% | - |
| XYZ | 56.33 | 57.82 | 47.22 | - |
| YUV | 200.43 | 111.96 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 197 | 172 | 0 | 0.10 | 0.21 | 0.15 | 32.61 | 0.38 | 0.76 |
| Hex | DA | C5 | AC | 0 | A | 15 | F | 21 | 26 | 4C |
| Octal | 332 | 305 | 254 | 0 | 12 | 25 | 17 | 41 | 46 | 114 |
| Binary | 11011010 | 11000101 | 10101100 | 0 | 1010 | 10101 | 1111 | 100001 | 100110 | 1001100 |
Color Harmonies of #DAC5AC
Complementary color
Monochromatic Colors of #DAC5AC
Black with #DAC5AC
Text Example
Text Example
White with #DAC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC5AC; }
p { color: rgb(218,197,172); }
H1.HeaderClassName
{
color: #DAC5AC;
}
.AnyTagClassName
{
color: #DAC5AC;
}
</style>
background-color css
<style>
a { background-color: #DAC5AC; }
a { background-color: rgb(218,197,172); }
div.DivClassName
{
background-color: #DAC5AC;
}
.BgClassName
{
background-color: #DAC5AC;
}
</style>
border-color css
<style>
span { border-color: #DAC5AC; }
span { border-color: rgb(218,197,172); }
td.TdClassName
{
border-color: #DAC5AC;
}
.TagClassName
{
border-color: #DAC5AC;
}
</style>