Shades of Bone #DFC5A9
Tints of Bone #DFC5A9
RGB
CMYK
RGB Variations
Color information
#DFC5A9 (or 0xDFC5A9) is known color: Bone. HEX triplet: DF, C5 and A9. RGB value is (223,197,169). Sum of RGB (Red+Green+Blue) = 223+197+169=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 169 (66.41% from 255 or 28.69% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5A9 is #203A56. Grayscale: #C9C9C9. Windows color (decimal): -2112087 or 11126239. OLE color: 11126239.
HSL color Cylindrical-coordinate representation of color #DFC5A9: hue angle of 31.11º 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 #DFC5A9 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 169 | - |
| CMYK | 0 | 0.12 | 0.24 | 0.13 |
| HSL | 31.11º | 0.46% | 0.77% | - |
| HSV(B) | 31.11º | 0.24% | 0.87% | - |
| XYZ | 57.56 | 58.49 | 45.79 | - |
| YUV | 201.58 | 109.61 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 169 | 0 | 0.12 | 0.24 | 0.13 | 31.11 | 0.46 | 0.77 |
| Hex | DF | C5 | A9 | 0 | C | 18 | D | 1F | 2E | 4D |
| Octal | 337 | 305 | 251 | 0 | 14 | 30 | 15 | 37 | 56 | 115 |
| Binary | 11011111 | 11000101 | 10101001 | 0 | 1100 | 11000 | 1101 | 11111 | 101110 | 1001101 |
Color Harmonies of #DFC5A9
Complementary color
Monochromatic Colors of #DFC5A9
Black with #DFC5A9
Text Example
Text Example
White with #DFC5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5A9; }
p { color: rgb(223,197,169); }
H1.HeaderClassName
{
color: #DFC5A9;
}
.AnyTagClassName
{
color: #DFC5A9;
}
</style>
background-color css
<style>
a { background-color: #DFC5A9; }
a { background-color: rgb(223,197,169); }
div.DivClassName
{
background-color: #DFC5A9;
}
.BgClassName
{
background-color: #DFC5A9;
}
</style>
border-color css
<style>
span { border-color: #DFC5A9; }
span { border-color: rgb(223,197,169); }
td.TdClassName
{
border-color: #DFC5A9;
}
.TagClassName
{
border-color: #DFC5A9;
}
</style>