Shades of Bone #DFC6AC
Tints of Bone #DFC6AC
RGB
CMYK
RGB Variations
Color information
#DFC6AC (or 0xDFC6AC) is known color: Bone. HEX triplet: DF, C6 and AC. RGB value is (223,198,172). Sum of RGB (Red+Green+Blue) = 223+198+172=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 198 (77.73% from 255 or 33.39% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AC is #203953. Grayscale: #CACACA. Windows color (decimal): -2111828 or 11323103. OLE color: 11323103.
HSL color Cylindrical-coordinate representation of color #DFC6AC: hue angle of 30.59º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC6AC is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 172 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.13 |
| HSL | 30.59º | 0.44% | 0.77% | - |
| HSV(B) | 30.59º | 0.23% | 0.87% | - |
| XYZ | 58.07 | 59.05 | 47.37 | - |
| YUV | 202.51 | 110.78 | 142.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 172 | 0 | 0.11 | 0.23 | 0.13 | 30.59 | 0.44 | 0.77 |
| Hex | DF | C6 | AC | 0 | B | 17 | D | 1F | 2C | 4D |
| Octal | 337 | 306 | 254 | 0 | 13 | 27 | 15 | 37 | 54 | 115 |
| Binary | 11011111 | 11000110 | 10101100 | 0 | 1011 | 10111 | 1101 | 11111 | 101100 | 1001101 |
Color Harmonies of #DFC6AC
Complementary color
Monochromatic Colors of #DFC6AC
Black with #DFC6AC
Text Example
Text Example
White with #DFC6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6AC; }
p { color: rgb(223,198,172); }
H1.HeaderClassName
{
color: #DFC6AC;
}
.AnyTagClassName
{
color: #DFC6AC;
}
</style>
background-color css
<style>
a { background-color: #DFC6AC; }
a { background-color: rgb(223,198,172); }
div.DivClassName
{
background-color: #DFC6AC;
}
.BgClassName
{
background-color: #DFC6AC;
}
</style>
border-color css
<style>
span { border-color: #DFC6AC; }
span { border-color: rgb(223,198,172); }
td.TdClassName
{
border-color: #DFC6AC;
}
.TagClassName
{
border-color: #DFC6AC;
}
</style>