Shades of Bone #DFC9AC
Tints of Bone #DFC9AC
RGB
CMYK
RGB Variations
Color information
#DFC9AC (or 0xDFC9AC) is known color: Bone. HEX triplet: DF, C9 and AC. RGB value is (223,201,172). Sum of RGB (Red+Green+Blue) = 223+201+172=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 201 (78.91% from 255 or 33.72% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AC is #203653. Grayscale: #CCCCCC. Windows color (decimal): -2111060 or 11323871. OLE color: 11323871.
HSL color Cylindrical-coordinate representation of color #DFC9AC: hue angle of 34.12º 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 #DFC9AC is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 172 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.13 |
| HSL | 34.12º | 0.44% | 0.77% | - |
| HSV(B) | 34.12º | 0.23% | 0.87% | - |
| XYZ | 58.76 | 60.44 | 47.6 | - |
| YUV | 204.27 | 109.79 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 172 | 0 | 0.10 | 0.23 | 0.13 | 34.12 | 0.44 | 0.77 |
| Hex | DF | C9 | AC | 0 | A | 17 | D | 22 | 2C | 4D |
| Octal | 337 | 311 | 254 | 0 | 12 | 27 | 15 | 42 | 54 | 115 |
| Binary | 11011111 | 11001001 | 10101100 | 0 | 1010 | 10111 | 1101 | 100010 | 101100 | 1001101 |
Color Harmonies of #DFC9AC
Complementary color
Monochromatic Colors of #DFC9AC
Black with #DFC9AC
Text Example
Text Example
White with #DFC9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9AC; }
p { color: rgb(223,201,172); }
H1.HeaderClassName
{
color: #DFC9AC;
}
.AnyTagClassName
{
color: #DFC9AC;
}
</style>
background-color css
<style>
a { background-color: #DFC9AC; }
a { background-color: rgb(223,201,172); }
div.DivClassName
{
background-color: #DFC9AC;
}
.BgClassName
{
background-color: #DFC9AC;
}
</style>
border-color css
<style>
span { border-color: #DFC9AC; }
span { border-color: rgb(223,201,172); }
td.TdClassName
{
border-color: #DFC9AC;
}
.TagClassName
{
border-color: #DFC9AC;
}
</style>