Shades of Bone #DFC7A9
Tints of Bone #DFC7A9
RGB
CMYK
RGB Variations
Color information
#DFC7A9 (or 0xDFC7A9) is known color: Bone. HEX triplet: DF, C7 and A9. RGB value is (223,199,169). Sum of RGB (Red+Green+Blue) = 223+199+169=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 199 (78.12% from 255 or 33.67% from 591); Blue value is 169 (66.41% from 255 or 28.60% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7A9 is #203856. Grayscale: #CACACA. Windows color (decimal): -2111575 or 11126751. OLE color: 11126751.
HSL color Cylindrical-coordinate representation of color #DFC7A9: hue angle of 33.33º 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 #DFC7A9 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 169 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.13 |
| HSL | 33.33º | 0.46% | 0.77% | - |
| HSV(B) | 33.33º | 0.24% | 0.87% | - |
| XYZ | 58.02 | 59.4 | 45.94 | - |
| YUV | 202.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 169 | 0 | 0.11 | 0.24 | 0.13 | 33.33 | 0.46 | 0.77 |
| Hex | DF | C7 | A9 | 0 | B | 18 | D | 21 | 2E | 4D |
| Octal | 337 | 307 | 251 | 0 | 13 | 30 | 15 | 41 | 56 | 115 |
| Binary | 11011111 | 11000111 | 10101001 | 0 | 1011 | 11000 | 1101 | 100001 | 101110 | 1001101 |
Color Harmonies of #DFC7A9
Complementary color
Monochromatic Colors of #DFC7A9
Black with #DFC7A9
Text Example
Text Example
White with #DFC7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7A9; }
p { color: rgb(223,199,169); }
H1.HeaderClassName
{
color: #DFC7A9;
}
.AnyTagClassName
{
color: #DFC7A9;
}
</style>
background-color css
<style>
a { background-color: #DFC7A9; }
a { background-color: rgb(223,199,169); }
div.DivClassName
{
background-color: #DFC7A9;
}
.BgClassName
{
background-color: #DFC7A9;
}
</style>
border-color css
<style>
span { border-color: #DFC7A9; }
span { border-color: rgb(223,199,169); }
td.TdClassName
{
border-color: #DFC7A9;
}
.TagClassName
{
border-color: #DFC7A9;
}
</style>