Shades of Bone #DAC4AC
Tints of Bone #DAC4AC
RGB
CMYK
RGB Variations
Color information
#DAC4AC (or 0xDAC4AC) is known color: Bone. HEX triplet: DA, C4 and AC. RGB value is (218,196,172). Sum of RGB (Red+Green+Blue) = 218+196+172=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC4AC is #253B53. Grayscale: #C7C7C7. Windows color (decimal): -2440020 or 11322586. OLE color: 11322586.
HSL color Cylindrical-coordinate representation of color #DAC4AC: hue angle of 31.3º 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 #DAC4AC is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 172 | - |
| CMYK | 0 | 0.10 | 0.21 | 0.15 |
| HSL | 31.3º | 0.38% | 0.76% | - |
| HSV(B) | 31.3º | 0.21% | 0.85% | - |
| XYZ | 56.1 | 57.36 | 47.15 | - |
| YUV | 199.84 | 112.29 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 172 | 0 | 0.10 | 0.21 | 0.15 | 31.3 | 0.38 | 0.76 |
| Hex | DA | C4 | AC | 0 | A | 15 | F | 1F | 26 | 4C |
| Octal | 332 | 304 | 254 | 0 | 12 | 25 | 17 | 37 | 46 | 114 |
| Binary | 11011010 | 11000100 | 10101100 | 0 | 1010 | 10101 | 1111 | 11111 | 100110 | 1001100 |
Color Harmonies of #DAC4AC
Complementary color
Monochromatic Colors of #DAC4AC
Black with #DAC4AC
Text Example
Text Example
White with #DAC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4AC; }
p { color: rgb(218,196,172); }
H1.HeaderClassName
{
color: #DAC4AC;
}
.AnyTagClassName
{
color: #DAC4AC;
}
</style>
background-color css
<style>
a { background-color: #DAC4AC; }
a { background-color: rgb(218,196,172); }
div.DivClassName
{
background-color: #DAC4AC;
}
.BgClassName
{
background-color: #DAC4AC;
}
</style>
border-color css
<style>
span { border-color: #DAC4AC; }
span { border-color: rgb(218,196,172); }
td.TdClassName
{
border-color: #DAC4AC;
}
.TagClassName
{
border-color: #DAC4AC;
}
</style>