Shades of Bone #DFC6AD
Tints of Bone #DFC6AD
RGB
CMYK
RGB Variations
Color information
#DFC6AD (or 0xDFC6AD) is known color: Bone. HEX triplet: DF, C6 and AD. RGB value is (223,198,173). Sum of RGB (Red+Green+Blue) = 223+198+173=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 173 (67.97% from 255 or 29.12% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC6AD is #203952. Grayscale: #CACACA. Windows color (decimal): -2111827 or 11388639. OLE color: 11388639.
HSL color Cylindrical-coordinate representation of color #DFC6AD: hue angle of 30º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC6AD is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 173 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.13 |
| HSL | 30º | 0.44% | 0.78% | - |
| HSV(B) | 30º | 0.22% | 0.87% | - |
| XYZ | 58.17 | 59.09 | 47.88 | - |
| YUV | 202.63 | 111.28 | 142.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 173 | 0 | 0.11 | 0.22 | 0.13 | 30 | 0.44 | 0.78 |
| Hex | DF | C6 | AD | 0 | B | 16 | D | 1E | 2C | 4E |
| Octal | 337 | 306 | 255 | 0 | 13 | 26 | 15 | 36 | 54 | 116 |
| Binary | 11011111 | 11000110 | 10101101 | 0 | 1011 | 10110 | 1101 | 11110 | 101100 | 1001110 |
Color Harmonies of #DFC6AD
Complementary color
Monochromatic Colors of #DFC6AD
Black with #DFC6AD
Text Example
Text Example
White with #DFC6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6AD; }
p { color: rgb(223,198,173); }
H1.HeaderClassName
{
color: #DFC6AD;
}
.AnyTagClassName
{
color: #DFC6AD;
}
</style>
background-color css
<style>
a { background-color: #DFC6AD; }
a { background-color: rgb(223,198,173); }
div.DivClassName
{
background-color: #DFC6AD;
}
.BgClassName
{
background-color: #DFC6AD;
}
</style>
border-color css
<style>
span { border-color: #DFC6AD; }
span { border-color: rgb(223,198,173); }
td.TdClassName
{
border-color: #DFC6AD;
}
.TagClassName
{
border-color: #DFC6AD;
}
</style>