Shades of Bone #DFC7B1
Tints of Bone #DFC7B1
RGB
CMYK
RGB Variations
Color information
#DFC7B1 (or 0xDFC7B1) is known color: Bone. HEX triplet: DF, C7 and B1. RGB value is (223,199,177). Sum of RGB (Red+Green+Blue) = 223+199+177=599 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.23% from 599); Green value is 199 (78.12% from 255 or 33.22% from 599); Blue value is 177 (69.53% from 255 or 29.55% from 599); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC7B1 is #20384E. Grayscale: #CBCBCB. Windows color (decimal): -2111567 or 11651039. OLE color: 11651039.
HSL color Cylindrical-coordinate representation of color #DFC7B1: hue angle of 28.7º 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 #DFC7B1 is Cyan = 0, Magento = 0.11, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 199 | 177 | - |
| CMYK | 0 | 0.11 | 0.21 | 0.13 |
| HSL | 28.7º | 0.42% | 0.78% | - |
| HSV(B) | 28.7º | 0.21% | 0.87% | - |
| XYZ | 58.79 | 59.71 | 50.02 | - |
| YUV | 203.67 | 112.95 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 199 | 177 | 0 | 0.11 | 0.21 | 0.13 | 28.7 | 0.42 | 0.78 |
| Hex | DF | C7 | B1 | 0 | B | 15 | D | 1D | 2A | 4E |
| Octal | 337 | 307 | 261 | 0 | 13 | 25 | 15 | 35 | 52 | 116 |
| Binary | 11011111 | 11000111 | 10110001 | 0 | 1011 | 10101 | 1101 | 11101 | 101010 | 1001110 |
Color Harmonies of #DFC7B1
Complementary color
Monochromatic Colors of #DFC7B1
Black with #DFC7B1
Text Example
Text Example
White with #DFC7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC7B1; }
p { color: rgb(223,199,177); }
H1.HeaderClassName
{
color: #DFC7B1;
}
.AnyTagClassName
{
color: #DFC7B1;
}
</style>
background-color css
<style>
a { background-color: #DFC7B1; }
a { background-color: rgb(223,199,177); }
div.DivClassName
{
background-color: #DFC7B1;
}
.BgClassName
{
background-color: #DFC7B1;
}
</style>
border-color css
<style>
span { border-color: #DFC7B1; }
span { border-color: rgb(223,199,177); }
td.TdClassName
{
border-color: #DFC7B1;
}
.TagClassName
{
border-color: #DFC7B1;
}
</style>