Shades of Bone #DAC1AA
Tints of Bone #DAC1AA
RGB
CMYK
RGB Variations
Color information
#DAC1AA (or 0xDAC1AA) is known color: Bone. HEX triplet: DA, C1 and AA. RGB value is (218,193,170). Sum of RGB (Red+Green+Blue) = 218+193+170=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1AA is #253E55. Grayscale: #C5C5C5. Windows color (decimal): -2440790 or 11190746. OLE color: 11190746.
HSL color Cylindrical-coordinate representation of color #DAC1AA: hue angle of 28.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAC1AA is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 170 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.15 |
| HSL | 28.75º | 0.39% | 0.76% | - |
| HSV(B) | 28.75º | 0.22% | 0.85% | - |
| XYZ | 55.24 | 55.95 | 45.92 | - |
| YUV | 197.85 | 112.28 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 170 | 0 | 0.11 | 0.22 | 0.15 | 28.75 | 0.39 | 0.76 |
| Hex | DA | C1 | AA | 0 | B | 16 | F | 1D | 27 | 4C |
| Octal | 332 | 301 | 252 | 0 | 13 | 26 | 17 | 35 | 47 | 114 |
| Binary | 11011010 | 11000001 | 10101010 | 0 | 1011 | 10110 | 1111 | 11101 | 100111 | 1001100 |
Color Harmonies of #DAC1AA
Complementary color
Monochromatic Colors of #DAC1AA
Black with #DAC1AA
Text Example
Text Example
White with #DAC1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1AA; }
p { color: rgb(218,193,170); }
H1.HeaderClassName
{
color: #DAC1AA;
}
.AnyTagClassName
{
color: #DAC1AA;
}
</style>
background-color css
<style>
a { background-color: #DAC1AA; }
a { background-color: rgb(218,193,170); }
div.DivClassName
{
background-color: #DAC1AA;
}
.BgClassName
{
background-color: #DAC1AA;
}
</style>
border-color css
<style>
span { border-color: #DAC1AA; }
span { border-color: rgb(218,193,170); }
td.TdClassName
{
border-color: #DAC1AA;
}
.TagClassName
{
border-color: #DAC1AA;
}
</style>