Shades of Bone #DFC6A8
Tints of Bone #DFC6A8
RGB
CMYK
RGB Variations
Color information
#DFC6A8 (or 0xDFC6A8) is known color: Bone. HEX triplet: DF, C6 and A8. RGB value is (223,198,168). Sum of RGB (Red+Green+Blue) = 223+198+168=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 168 (66.02% from 255 or 28.52% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6A8 is #203957. Grayscale: #CACACA. Windows color (decimal): -2111832 or 11060959. OLE color: 11060959.
HSL color Cylindrical-coordinate representation of color #DFC6A8: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFC6A8 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 168 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.13 |
| HSL | 32.73º | 0.46% | 0.77% | - |
| HSV(B) | 32.73º | 0.25% | 0.87% | - |
| XYZ | 57.69 | 58.9 | 45.37 | - |
| YUV | 202.06 | 108.78 | 142.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 168 | 0 | 0.11 | 0.25 | 0.13 | 32.73 | 0.46 | 0.77 |
| Hex | DF | C6 | A8 | 0 | B | 19 | D | 21 | 2E | 4D |
| Octal | 337 | 306 | 250 | 0 | 13 | 31 | 15 | 41 | 56 | 115 |
| Binary | 11011111 | 11000110 | 10101000 | 0 | 1011 | 11001 | 1101 | 100001 | 101110 | 1001101 |
Color Harmonies of #DFC6A8
Complementary color
Monochromatic Colors of #DFC6A8
Black with #DFC6A8
Text Example
Text Example
White with #DFC6A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6A8; }
p { color: rgb(223,198,168); }
H1.HeaderClassName
{
color: #DFC6A8;
}
.AnyTagClassName
{
color: #DFC6A8;
}
</style>
background-color css
<style>
a { background-color: #DFC6A8; }
a { background-color: rgb(223,198,168); }
div.DivClassName
{
background-color: #DFC6A8;
}
.BgClassName
{
background-color: #DFC6A8;
}
</style>
border-color css
<style>
span { border-color: #DFC6A8; }
span { border-color: rgb(223,198,168); }
td.TdClassName
{
border-color: #DFC6A8;
}
.TagClassName
{
border-color: #DFC6A8;
}
</style>