Shades of Bone #DFC8B5
Tints of Bone #DFC8B5
RGB
CMYK
RGB Variations
Color information
#DFC8B5 (or 0xDFC8B5) is known color: Bone. HEX triplet: DF, C8 and B5. RGB value is (223,200,181). Sum of RGB (Red+Green+Blue) = 223+200+181=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 200 (78.52% from 255 or 33.11% from 604); Blue value is 181 (71.09% from 255 or 29.97% from 604); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8B5 is #20374A. Grayscale: #CCCCCC. Windows color (decimal): -2111307 or 11913439. OLE color: 11913439.
HSL color Cylindrical-coordinate representation of color #DFC8B5: hue angle of 27.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DFC8B5 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 181 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.13 |
| HSL | 27.14º | 0.4% | 0.79% | - |
| HSV(B) | 27.14º | 0.19% | 0.87% | - |
| XYZ | 59.43 | 60.33 | 52.23 | - |
| YUV | 204.71 | 114.62 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 181 | 0 | 0.10 | 0.19 | 0.13 | 27.14 | 0.4 | 0.79 |
| Hex | DF | C8 | B5 | 0 | A | 13 | D | 1B | 28 | 4F |
| Octal | 337 | 310 | 265 | 0 | 12 | 23 | 15 | 33 | 50 | 117 |
| Binary | 11011111 | 11001000 | 10110101 | 0 | 1010 | 10011 | 1101 | 11011 | 101000 | 1001111 |
Color Harmonies of #DFC8B5
Complementary color
Monochromatic Colors of #DFC8B5
Black with #DFC8B5
Text Example
Text Example
White with #DFC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8B5; }
p { color: rgb(223,200,181); }
H1.HeaderClassName
{
color: #DFC8B5;
}
.AnyTagClassName
{
color: #DFC8B5;
}
</style>
background-color css
<style>
a { background-color: #DFC8B5; }
a { background-color: rgb(223,200,181); }
div.DivClassName
{
background-color: #DFC8B5;
}
.BgClassName
{
background-color: #DFC8B5;
}
</style>
border-color css
<style>
span { border-color: #DFC8B5; }
span { border-color: rgb(223,200,181); }
td.TdClassName
{
border-color: #DFC8B5;
}
.TagClassName
{
border-color: #DFC8B5;
}
</style>