Shades of Bone #DAC3AF
Tints of Bone #DAC3AF
RGB
CMYK
RGB Variations
Color information
#DAC3AF (or 0xDAC3AF) is known color: Bone. HEX triplet: DA, C3 and AF. RGB value is (218,195,175). Sum of RGB (Red+Green+Blue) = 218+195+175=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC3AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC3AF is #253C50. Grayscale: #C7C7C7. Windows color (decimal): -2440273 or 11518938. OLE color: 11518938.
HSL color Cylindrical-coordinate representation of color #DAC3AF: hue angle of 27.91º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DAC3AF is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 195 | 175 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.15 |
| HSL | 27.91º | 0.37% | 0.77% | - |
| HSV(B) | 27.91º | 0.2% | 0.85% | - |
| XYZ | 56.17 | 57.03 | 48.61 | - |
| YUV | 199.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 195 | 175 | 0 | 0.11 | 0.20 | 0.15 | 27.91 | 0.37 | 0.77 |
| Hex | DA | C3 | AF | 0 | B | 14 | F | 1C | 25 | 4D |
| Octal | 332 | 303 | 257 | 0 | 13 | 24 | 17 | 34 | 45 | 115 |
| Binary | 11011010 | 11000011 | 10101111 | 0 | 1011 | 10100 | 1111 | 11100 | 100101 | 1001101 |
Color Harmonies of #DAC3AF
Complementary color
Monochromatic Colors of #DAC3AF
Black with #DAC3AF
Text Example
Text Example
White with #DAC3AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC3AF; }
p { color: rgb(218,195,175); }
H1.HeaderClassName
{
color: #DAC3AF;
}
.AnyTagClassName
{
color: #DAC3AF;
}
</style>
background-color css
<style>
a { background-color: #DAC3AF; }
a { background-color: rgb(218,195,175); }
div.DivClassName
{
background-color: #DAC3AF;
}
.BgClassName
{
background-color: #DAC3AF;
}
</style>
border-color css
<style>
span { border-color: #DAC3AF; }
span { border-color: rgb(218,195,175); }
td.TdClassName
{
border-color: #DAC3AF;
}
.TagClassName
{
border-color: #DAC3AF;
}
</style>