Shades of Bone #DAC6AB
Tints of Bone #DAC6AB
RGB
CMYK
RGB Variations
Color information
#DAC6AB (or 0xDAC6AB) is known color: Bone. HEX triplet: DA, C6 and AB. RGB value is (218,198,171). Sum of RGB (Red+Green+Blue) = 218+198+171=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 198 (77.73% from 255 or 33.73% from 587); Blue value is 171 (67.19% from 255 or 29.13% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC6AB is #253954. Grayscale: #C9C9C9. Windows color (decimal): -2439509 or 11257562. OLE color: 11257562.
HSL color Cylindrical-coordinate representation of color #DAC6AB: hue angle of 34.47º 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 #DAC6AB is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 198 | 171 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.15 |
| HSL | 34.47º | 0.39% | 0.76% | - |
| HSV(B) | 34.47º | 0.22% | 0.85% | - |
| XYZ | 56.46 | 58.23 | 46.79 | - |
| YUV | 200.9 | 111.13 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 198 | 171 | 0 | 0.09 | 0.22 | 0.15 | 34.47 | 0.39 | 0.76 |
| Hex | DA | C6 | AB | 0 | 9 | 16 | F | 22 | 27 | 4C |
| Octal | 332 | 306 | 253 | 0 | 11 | 26 | 17 | 42 | 47 | 114 |
| Binary | 11011010 | 11000110 | 10101011 | 0 | 1001 | 10110 | 1111 | 100010 | 100111 | 1001100 |
Color Harmonies of #DAC6AB
Complementary color
Monochromatic Colors of #DAC6AB
Black with #DAC6AB
Text Example
Text Example
White with #DAC6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC6AB; }
p { color: rgb(218,198,171); }
H1.HeaderClassName
{
color: #DAC6AB;
}
.AnyTagClassName
{
color: #DAC6AB;
}
</style>
background-color css
<style>
a { background-color: #DAC6AB; }
a { background-color: rgb(218,198,171); }
div.DivClassName
{
background-color: #DAC6AB;
}
.BgClassName
{
background-color: #DAC6AB;
}
</style>
border-color css
<style>
span { border-color: #DAC6AB; }
span { border-color: rgb(218,198,171); }
td.TdClassName
{
border-color: #DAC6AB;
}
.TagClassName
{
border-color: #DAC6AB;
}
</style>