Shades of Bone #DFC7AD
Tints of Bone #DFC7AD
RGB
CMYK
RGB Variations
Color information
#DFC7AD (or 0xDFC7AD) is known color: Bone. HEX triplet: DF, C7 and AD. RGB value is (223,199,173). Sum of RGB (Red+Green+Blue) = 223+199+173=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 199 (78.12% from 255 or 33.45% from 595); Blue value is 173 (67.97% from 255 or 29.08% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7AD is #203852. Grayscale: #CBCBCB. Windows color (decimal): -2111571 or 11388895. OLE color: 11388895.
HSL color Cylindrical-coordinate representation of color #DFC7AD: hue angle of 31.2º 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 #DFC7AD is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 173 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.13 |
| HSL | 31.2º | 0.44% | 0.78% | - |
| HSV(B) | 31.2º | 0.22% | 0.87% | - |
| XYZ | 58.4 | 59.55 | 47.95 | - |
| YUV | 203.21 | 110.95 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 173 | 0 | 0.11 | 0.22 | 0.13 | 31.2 | 0.44 | 0.78 |
| Hex | DF | C7 | AD | 0 | B | 16 | D | 1F | 2C | 4E |
| Octal | 337 | 307 | 255 | 0 | 13 | 26 | 15 | 37 | 54 | 116 |
| Binary | 11011111 | 11000111 | 10101101 | 0 | 1011 | 10110 | 1101 | 11111 | 101100 | 1001110 |
Color Harmonies of #DFC7AD
Complementary color
Monochromatic Colors of #DFC7AD
Black with #DFC7AD
Text Example
Text Example
White with #DFC7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7AD; }
p { color: rgb(223,199,173); }
H1.HeaderClassName
{
color: #DFC7AD;
}
.AnyTagClassName
{
color: #DFC7AD;
}
</style>
background-color css
<style>
a { background-color: #DFC7AD; }
a { background-color: rgb(223,199,173); }
div.DivClassName
{
background-color: #DFC7AD;
}
.BgClassName
{
background-color: #DFC7AD;
}
</style>
border-color css
<style>
span { border-color: #DFC7AD; }
span { border-color: rgb(223,199,173); }
td.TdClassName
{
border-color: #DFC7AD;
}
.TagClassName
{
border-color: #DFC7AD;
}
</style>