Shades of Bone #DFC8AD
Tints of Bone #DFC8AD
RGB
CMYK
RGB Variations
Color information
#DFC8AD (or 0xDFC8AD) is known color: Bone. HEX triplet: DF, C8 and AD. RGB value is (223,200,173). Sum of RGB (Red+Green+Blue) = 223+200+173=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 200 (78.52% from 255 or 33.56% from 596); Blue value is 173 (67.97% from 255 or 29.03% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC8AD is #203752. Grayscale: #CBCBCB. Windows color (decimal): -2111315 or 11389151. OLE color: 11389151.
HSL color Cylindrical-coordinate representation of color #DFC8AD: hue angle of 32.4º 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 #DFC8AD is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 173 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.13 |
| HSL | 32.4º | 0.44% | 0.78% | - |
| HSV(B) | 32.4º | 0.22% | 0.87% | - |
| XYZ | 58.63 | 60.01 | 48.03 | - |
| YUV | 203.8 | 110.62 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 173 | 0 | 0.10 | 0.22 | 0.13 | 32.4 | 0.44 | 0.78 |
| Hex | DF | C8 | AD | 0 | A | 16 | D | 20 | 2C | 4E |
| Octal | 337 | 310 | 255 | 0 | 12 | 26 | 15 | 40 | 54 | 116 |
| Binary | 11011111 | 11001000 | 10101101 | 0 | 1010 | 10110 | 1101 | 100000 | 101100 | 1001110 |
Color Harmonies of #DFC8AD
Complementary color
Monochromatic Colors of #DFC8AD
Black with #DFC8AD
Text Example
Text Example
White with #DFC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8AD; }
p { color: rgb(223,200,173); }
H1.HeaderClassName
{
color: #DFC8AD;
}
.AnyTagClassName
{
color: #DFC8AD;
}
</style>
background-color css
<style>
a { background-color: #DFC8AD; }
a { background-color: rgb(223,200,173); }
div.DivClassName
{
background-color: #DFC8AD;
}
.BgClassName
{
background-color: #DFC8AD;
}
</style>
border-color css
<style>
span { border-color: #DFC8AD; }
span { border-color: rgb(223,200,173); }
td.TdClassName
{
border-color: #DFC8AD;
}
.TagClassName
{
border-color: #DFC8AD;
}
</style>