Shades of Bone #DAC4AF
Tints of Bone #DAC4AF
RGB
CMYK
RGB Variations
Color information
#DAC4AF (or 0xDAC4AF) is known color: Bone. HEX triplet: DA, C4 and AF. RGB value is (218,196,175). Sum of RGB (Red+Green+Blue) = 218+196+175=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 196 (76.95% from 255 or 33.28% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAC4AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAC4AF is #253B50. Grayscale: #C8C8C8. Windows color (decimal): -2440017 or 11519194. OLE color: 11519194.
HSL color Cylindrical-coordinate representation of color #DAC4AF: hue angle of 29.3º 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 #DAC4AF is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 196 | 175 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.15 |
| HSL | 29.3º | 0.37% | 0.77% | - |
| HSV(B) | 29.3º | 0.2% | 0.85% | - |
| XYZ | 56.39 | 57.48 | 48.68 | - |
| YUV | 200.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 196 | 175 | 0 | 0.10 | 0.20 | 0.15 | 29.3 | 0.37 | 0.77 |
| Hex | DA | C4 | AF | 0 | A | 14 | F | 1D | 25 | 4D |
| Octal | 332 | 304 | 257 | 0 | 12 | 24 | 17 | 35 | 45 | 115 |
| Binary | 11011010 | 11000100 | 10101111 | 0 | 1010 | 10100 | 1111 | 11101 | 100101 | 1001101 |
Color Harmonies of #DAC4AF
Complementary color
Monochromatic Colors of #DAC4AF
Black with #DAC4AF
Text Example
Text Example
White with #DAC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAC4AF; }
p { color: rgb(218,196,175); }
H1.HeaderClassName
{
color: #DAC4AF;
}
.AnyTagClassName
{
color: #DAC4AF;
}
</style>
background-color css
<style>
a { background-color: #DAC4AF; }
a { background-color: rgb(218,196,175); }
div.DivClassName
{
background-color: #DAC4AF;
}
.BgClassName
{
background-color: #DAC4AF;
}
</style>
border-color css
<style>
span { border-color: #DAC4AF; }
span { border-color: rgb(218,196,175); }
td.TdClassName
{
border-color: #DAC4AF;
}
.TagClassName
{
border-color: #DAC4AF;
}
</style>