Shades of Bone #DFC7B0
Tints of Bone #DFC7B0
RGB
CMYK
RGB Variations
Color information
#DFC7B0 (or 0xDFC7B0) is known color: Bone. HEX triplet: DF, C7 and B0. RGB value is (223,199,176). Sum of RGB (Red+Green+Blue) = 223+199+176=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 199 (78.12% from 255 or 33.28% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7B0 is #20384F. Grayscale: #CBCBCB. Windows color (decimal): -2111568 or 11585503. OLE color: 11585503.
HSL color Cylindrical-coordinate representation of color #DFC7B0: hue angle of 29.36º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DFC7B0 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 176 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.13 |
| HSL | 29.36º | 0.42% | 0.78% | - |
| HSV(B) | 29.36º | 0.21% | 0.87% | - |
| XYZ | 58.69 | 59.67 | 49.5 | - |
| YUV | 203.55 | 112.45 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 176 | 0 | 0.11 | 0.21 | 0.13 | 29.36 | 0.42 | 0.78 |
| Hex | DF | C7 | B0 | 0 | B | 15 | D | 1D | 2A | 4E |
| Octal | 337 | 307 | 260 | 0 | 13 | 25 | 15 | 35 | 52 | 116 |
| Binary | 11011111 | 11000111 | 10110000 | 0 | 1011 | 10101 | 1101 | 11101 | 101010 | 1001110 |
Color Harmonies of #DFC7B0
Complementary color
Monochromatic Colors of #DFC7B0
Black with #DFC7B0
Text Example
Text Example
White with #DFC7B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7B0; }
p { color: rgb(223,199,176); }
H1.HeaderClassName
{
color: #DFC7B0;
}
.AnyTagClassName
{
color: #DFC7B0;
}
</style>
background-color css
<style>
a { background-color: #DFC7B0; }
a { background-color: rgb(223,199,176); }
div.DivClassName
{
background-color: #DFC7B0;
}
.BgClassName
{
background-color: #DFC7B0;
}
</style>
border-color css
<style>
span { border-color: #DFC7B0; }
span { border-color: rgb(223,199,176); }
td.TdClassName
{
border-color: #DFC7B0;
}
.TagClassName
{
border-color: #DFC7B0;
}
</style>