Shades of Bone #DFC5B0
Tints of Bone #DFC5B0
RGB
CMYK
RGB Variations
Color information
#DFC5B0 (or 0xDFC5B0) is known color: Bone. HEX triplet: DF, C5 and B0. RGB value is (223,197,176). Sum of RGB (Red+Green+Blue) = 223+197+176=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 197 (77.34% from 255 or 33.05% from 596); Blue value is 176 (69.14% from 255 or 29.53% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5B0 is #203A4F. Grayscale: #CACACA. Windows color (decimal): -2112080 or 11584991. OLE color: 11584991.
HSL color Cylindrical-coordinate representation of color #DFC5B0: hue angle of 26.81º 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 #DFC5B0 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 197 | 176 | - |
| CMYK | 0 | 0.12 | 0.21 | 0.13 |
| HSL | 26.81º | 0.42% | 0.78% | - |
| HSV(B) | 26.81º | 0.21% | 0.87% | - |
| XYZ | 58.23 | 58.76 | 49.35 | - |
| YUV | 202.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 197 | 176 | 0 | 0.12 | 0.21 | 0.13 | 26.81 | 0.42 | 0.78 |
| Hex | DF | C5 | B0 | 0 | C | 15 | D | 1B | 2A | 4E |
| Octal | 337 | 305 | 260 | 0 | 14 | 25 | 15 | 33 | 52 | 116 |
| Binary | 11011111 | 11000101 | 10110000 | 0 | 1100 | 10101 | 1101 | 11011 | 101010 | 1001110 |
Color Harmonies of #DFC5B0
Complementary color
Monochromatic Colors of #DFC5B0
Black with #DFC5B0
Text Example
Text Example
White with #DFC5B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5B0; }
p { color: rgb(223,197,176); }
H1.HeaderClassName
{
color: #DFC5B0;
}
.AnyTagClassName
{
color: #DFC5B0;
}
</style>
background-color css
<style>
a { background-color: #DFC5B0; }
a { background-color: rgb(223,197,176); }
div.DivClassName
{
background-color: #DFC5B0;
}
.BgClassName
{
background-color: #DFC5B0;
}
</style>
border-color css
<style>
span { border-color: #DFC5B0; }
span { border-color: rgb(223,197,176); }
td.TdClassName
{
border-color: #DFC5B0;
}
.TagClassName
{
border-color: #DFC5B0;
}
</style>