Shades of Bone #DAC1A7
Tints of Bone #DAC1A7
RGB
CMYK
RGB Variations
Color information
#DAC1A7 (or 0xDAC1A7) is known color: Bone. HEX triplet: DA, C1 and A7. RGB value is (218,193,167). Sum of RGB (Red+Green+Blue) = 218+193+167=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 193 (75.78% from 255 or 33.39% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC1A7 is #253E58. Grayscale: #C5C5C5. Windows color (decimal): -2440793 or 10994138. OLE color: 10994138.
HSL color Cylindrical-coordinate representation of color #DAC1A7: hue angle of 30.59º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAC1A7 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 193 | 167 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.15 |
| HSL | 30.59º | 0.41% | 0.75% | - |
| HSV(B) | 30.59º | 0.23% | 0.85% | - |
| XYZ | 54.96 | 55.84 | 44.44 | - |
| YUV | 197.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 193 | 167 | 0 | 0.11 | 0.23 | 0.15 | 30.59 | 0.41 | 0.75 |
| Hex | DA | C1 | A7 | 0 | B | 17 | F | 1F | 29 | 4B |
| Octal | 332 | 301 | 247 | 0 | 13 | 27 | 17 | 37 | 51 | 113 |
| Binary | 11011010 | 11000001 | 10100111 | 0 | 1011 | 10111 | 1111 | 11111 | 101001 | 1001011 |
Color Harmonies of #DAC1A7
Complementary color
Monochromatic Colors of #DAC1A7
Black with #DAC1A7
Text Example
Text Example
White with #DAC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC1A7; }
p { color: rgb(218,193,167); }
H1.HeaderClassName
{
color: #DAC1A7;
}
.AnyTagClassName
{
color: #DAC1A7;
}
</style>
background-color css
<style>
a { background-color: #DAC1A7; }
a { background-color: rgb(218,193,167); }
div.DivClassName
{
background-color: #DAC1A7;
}
.BgClassName
{
background-color: #DAC1A7;
}
</style>
border-color css
<style>
span { border-color: #DAC1A7; }
span { border-color: rgb(218,193,167); }
td.TdClassName
{
border-color: #DAC1A7;
}
.TagClassName
{
border-color: #DAC1A7;
}
</style>