Shades of Bone #DFC6A9
Tints of Bone #DFC6A9
RGB
CMYK
RGB Variations
Color information
#DFC6A9 (or 0xDFC6A9) is known color: Bone. HEX triplet: DF, C6 and A9. RGB value is (223,198,169). Sum of RGB (Red+Green+Blue) = 223+198+169=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 198 (77.73% from 255 or 33.56% from 590); Blue value is 169 (66.41% from 255 or 28.64% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6A9 is #203956. Grayscale: #CACACA. Windows color (decimal): -2111831 or 11126495. OLE color: 11126495.
HSL color Cylindrical-coordinate representation of color #DFC6A9: hue angle of 32.22º degrees, saturation: 0.46, 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 #DFC6A9 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 169 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.13 |
| HSL | 32.22º | 0.46% | 0.77% | - |
| HSV(B) | 32.22º | 0.24% | 0.87% | - |
| XYZ | 57.79 | 58.94 | 45.87 | - |
| YUV | 202.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 169 | 0 | 0.11 | 0.24 | 0.13 | 32.22 | 0.46 | 0.77 |
| Hex | DF | C6 | A9 | 0 | B | 18 | D | 20 | 2E | 4D |
| Octal | 337 | 306 | 251 | 0 | 13 | 30 | 15 | 40 | 56 | 115 |
| Binary | 11011111 | 11000110 | 10101001 | 0 | 1011 | 11000 | 1101 | 100000 | 101110 | 1001101 |
Color Harmonies of #DFC6A9
Complementary color
Monochromatic Colors of #DFC6A9
Black with #DFC6A9
Text Example
Text Example
White with #DFC6A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6A9; }
p { color: rgb(223,198,169); }
H1.HeaderClassName
{
color: #DFC6A9;
}
.AnyTagClassName
{
color: #DFC6A9;
}
</style>
background-color css
<style>
a { background-color: #DFC6A9; }
a { background-color: rgb(223,198,169); }
div.DivClassName
{
background-color: #DFC6A9;
}
.BgClassName
{
background-color: #DFC6A9;
}
</style>
border-color css
<style>
span { border-color: #DFC6A9; }
span { border-color: rgb(223,198,169); }
td.TdClassName
{
border-color: #DFC6A9;
}
.TagClassName
{
border-color: #DFC6A9;
}
</style>