Shades of Bone #DFC8B4
Tints of Bone #DFC8B4
RGB
CMYK
RGB Variations
Color information
#DFC8B4 (or 0xDFC8B4) is known color: Bone. HEX triplet: DF, C8 and B4. RGB value is (223,200,180). Sum of RGB (Red+Green+Blue) = 223+200+180=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 200 (78.52% from 255 or 33.17% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC8B4 is #20374B. Grayscale: #CCCCCC. Windows color (decimal): -2111308 or 11847903. OLE color: 11847903.
HSL color Cylindrical-coordinate representation of color #DFC8B4: hue angle of 27.91º 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 #DFC8B4 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 180 | - |
| CMYK | 0 | 0.10 | 0.19 | 0.13 |
| HSL | 27.91º | 0.4% | 0.79% | - |
| HSV(B) | 27.91º | 0.19% | 0.87% | - |
| XYZ | 59.32 | 60.29 | 51.69 | - |
| YUV | 204.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 180 | 0 | 0.10 | 0.19 | 0.13 | 27.91 | 0.4 | 0.79 |
| Hex | DF | C8 | B4 | 0 | A | 13 | D | 1C | 28 | 4F |
| Octal | 337 | 310 | 264 | 0 | 12 | 23 | 15 | 34 | 50 | 117 |
| Binary | 11011111 | 11001000 | 10110100 | 0 | 1010 | 10011 | 1101 | 11100 | 101000 | 1001111 |
Color Harmonies of #DFC8B4
Complementary color
Monochromatic Colors of #DFC8B4
Black with #DFC8B4
Text Example
Text Example
White with #DFC8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8B4; }
p { color: rgb(223,200,180); }
H1.HeaderClassName
{
color: #DFC8B4;
}
.AnyTagClassName
{
color: #DFC8B4;
}
</style>
background-color css
<style>
a { background-color: #DFC8B4; }
a { background-color: rgb(223,200,180); }
div.DivClassName
{
background-color: #DFC8B4;
}
.BgClassName
{
background-color: #DFC8B4;
}
</style>
border-color css
<style>
span { border-color: #DFC8B4; }
span { border-color: rgb(223,200,180); }
td.TdClassName
{
border-color: #DFC8B4;
}
.TagClassName
{
border-color: #DFC8B4;
}
</style>