Shades of Bone #DAC6AC
Tints of Bone #DAC6AC
RGB
CMYK
RGB Variations
Color information
#DAC6AC (or 0xDAC6AC) is known color: Bone. HEX triplet: DA, C6 and AC. RGB value is (218,198,172). Sum of RGB (Red+Green+Blue) = 218+198+172=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 198 (77.73% from 255 or 33.67% from 588); Blue value is 172 (67.58% from 255 or 29.25% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6AC is #253953. Grayscale: #C9C9C9. Windows color (decimal): -2439508 or 11323098. OLE color: 11323098.
HSL color Cylindrical-coordinate representation of color #DAC6AC: hue angle of 33.91º 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 #DAC6AC is Cyan = 0, Magento = 0.09, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 172 | - |
| CMYK | 0 | 0.09 | 0.21 | 0.15 |
| HSL | 33.91º | 0.38% | 0.76% | - |
| HSV(B) | 33.91º | 0.21% | 0.85% | - |
| XYZ | 56.55 | 58.27 | 47.3 | - |
| YUV | 201.02 | 111.63 | 140.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 172 | 0 | 0.09 | 0.21 | 0.15 | 33.91 | 0.38 | 0.76 |
| Hex | DA | C6 | AC | 0 | 9 | 15 | F | 22 | 26 | 4C |
| Octal | 332 | 306 | 254 | 0 | 11 | 25 | 17 | 42 | 46 | 114 |
| Binary | 11011010 | 11000110 | 10101100 | 0 | 1001 | 10101 | 1111 | 100010 | 100110 | 1001100 |
Color Harmonies of #DAC6AC
Complementary color
Monochromatic Colors of #DAC6AC
Black with #DAC6AC
Text Example
Text Example
White with #DAC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6AC; }
p { color: rgb(218,198,172); }
H1.HeaderClassName
{
color: #DAC6AC;
}
.AnyTagClassName
{
color: #DAC6AC;
}
</style>
background-color css
<style>
a { background-color: #DAC6AC; }
a { background-color: rgb(218,198,172); }
div.DivClassName
{
background-color: #DAC6AC;
}
.BgClassName
{
background-color: #DAC6AC;
}
</style>
border-color css
<style>
span { border-color: #DAC6AC; }
span { border-color: rgb(218,198,172); }
td.TdClassName
{
border-color: #DAC6AC;
}
.TagClassName
{
border-color: #DAC6AC;
}
</style>