Shades of Bone #DFC6AA
Tints of Bone #DFC6AA
RGB
CMYK
RGB Variations
Color information
#DFC6AA (or 0xDFC6AA) is known color: Bone. HEX triplet: DF, C6 and AA. RGB value is (223,198,170). Sum of RGB (Red+Green+Blue) = 223+198+170=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 198 (77.73% from 255 or 33.50% from 591); Blue value is 170 (66.80% from 255 or 28.76% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AA is #203955. Grayscale: #CACACA. Windows color (decimal): -2111830 or 11192031. OLE color: 11192031.
HSL color Cylindrical-coordinate representation of color #DFC6AA: hue angle of 31.7º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC6AA is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 170 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.13 |
| HSL | 31.7º | 0.45% | 0.77% | - |
| HSV(B) | 31.7º | 0.24% | 0.87% | - |
| XYZ | 57.88 | 58.98 | 46.36 | - |
| YUV | 202.28 | 109.78 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 170 | 0 | 0.11 | 0.24 | 0.13 | 31.7 | 0.45 | 0.77 |
| Hex | DF | C6 | AA | 0 | B | 18 | D | 20 | 2D | 4D |
| Octal | 337 | 306 | 252 | 0 | 13 | 30 | 15 | 40 | 55 | 115 |
| Binary | 11011111 | 11000110 | 10101010 | 0 | 1011 | 11000 | 1101 | 100000 | 101101 | 1001101 |
Color Harmonies of #DFC6AA
Complementary color
Monochromatic Colors of #DFC6AA
Black with #DFC6AA
Text Example
Text Example
White with #DFC6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6AA; }
p { color: rgb(223,198,170); }
H1.HeaderClassName
{
color: #DFC6AA;
}
.AnyTagClassName
{
color: #DFC6AA;
}
</style>
background-color css
<style>
a { background-color: #DFC6AA; }
a { background-color: rgb(223,198,170); }
div.DivClassName
{
background-color: #DFC6AA;
}
.BgClassName
{
background-color: #DFC6AA;
}
</style>
border-color css
<style>
span { border-color: #DFC6AA; }
span { border-color: rgb(223,198,170); }
td.TdClassName
{
border-color: #DFC6AA;
}
.TagClassName
{
border-color: #DFC6AA;
}
</style>