Shades of Bone #DFC5AD
Tints of Bone #DFC5AD
RGB
CMYK
RGB Variations
Color information
#DFC5AD (or 0xDFC5AD) is known color: Bone. HEX triplet: DF, C5 and AD. RGB value is (223,197,173). Sum of RGB (Red+Green+Blue) = 223+197+173=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 197 (77.34% from 255 or 33.22% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5AD is #203A52. Grayscale: #CACACA. Windows color (decimal): -2112083 or 11388383. OLE color: 11388383.
HSL color Cylindrical-coordinate representation of color #DFC5AD: hue angle of 28.8º 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 #DFC5AD is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 173 | - |
| CMYK | 0 | 0.12 | 0.22 | 0.13 |
| HSL | 28.8º | 0.44% | 0.78% | - |
| HSV(B) | 28.8º | 0.22% | 0.87% | - |
| XYZ | 57.94 | 58.64 | 47.8 | - |
| YUV | 202.04 | 111.61 | 142.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 173 | 0 | 0.12 | 0.22 | 0.13 | 28.8 | 0.44 | 0.78 |
| Hex | DF | C5 | AD | 0 | C | 16 | D | 1D | 2C | 4E |
| Octal | 337 | 305 | 255 | 0 | 14 | 26 | 15 | 35 | 54 | 116 |
| Binary | 11011111 | 11000101 | 10101101 | 0 | 1100 | 10110 | 1101 | 11101 | 101100 | 1001110 |
Color Harmonies of #DFC5AD
Complementary color
Monochromatic Colors of #DFC5AD
Black with #DFC5AD
Text Example
Text Example
White with #DFC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5AD; }
p { color: rgb(223,197,173); }
H1.HeaderClassName
{
color: #DFC5AD;
}
.AnyTagClassName
{
color: #DFC5AD;
}
</style>
background-color css
<style>
a { background-color: #DFC5AD; }
a { background-color: rgb(223,197,173); }
div.DivClassName
{
background-color: #DFC5AD;
}
.BgClassName
{
background-color: #DFC5AD;
}
</style>
border-color css
<style>
span { border-color: #DFC5AD; }
span { border-color: rgb(223,197,173); }
td.TdClassName
{
border-color: #DFC5AD;
}
.TagClassName
{
border-color: #DFC5AD;
}
</style>