Shades of Bone #DFC8AF
Tints of Bone #DFC8AF
RGB
CMYK
RGB Variations
Color information
#DFC8AF (or 0xDFC8AF) is known color: Bone. HEX triplet: DF, C8 and AF. RGB value is (223,200,175). Sum of RGB (Red+Green+Blue) = 223+200+175=598 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.29% from 598); Green value is 200 (78.52% from 255 or 33.44% from 598); Blue value is 175 (68.75% from 255 or 29.26% from 598); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC8AF is #203750. Grayscale: #CCCCCC. Windows color (decimal): -2111313 or 11520223. OLE color: 11520223.
HSL color Cylindrical-coordinate representation of color #DFC8AF: hue angle of 31.25º degrees, saturation: 0.43, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DFC8AF is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 175 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.13 |
| HSL | 31.25º | 0.43% | 0.78% | - |
| HSV(B) | 31.25º | 0.22% | 0.87% | - |
| XYZ | 58.82 | 60.09 | 49.06 | - |
| YUV | 204.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 175 | 0 | 0.10 | 0.22 | 0.13 | 31.25 | 0.43 | 0.78 |
| Hex | DF | C8 | AF | 0 | A | 16 | D | 1F | 2B | 4E |
| Octal | 337 | 310 | 257 | 0 | 12 | 26 | 15 | 37 | 53 | 116 |
| Binary | 11011111 | 11001000 | 10101111 | 0 | 1010 | 10110 | 1101 | 11111 | 101011 | 1001110 |
Color Harmonies of #DFC8AF
Complementary color
Monochromatic Colors of #DFC8AF
Black with #DFC8AF
Text Example
Text Example
White with #DFC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8AF; }
p { color: rgb(223,200,175); }
H1.HeaderClassName
{
color: #DFC8AF;
}
.AnyTagClassName
{
color: #DFC8AF;
}
</style>
background-color css
<style>
a { background-color: #DFC8AF; }
a { background-color: rgb(223,200,175); }
div.DivClassName
{
background-color: #DFC8AF;
}
.BgClassName
{
background-color: #DFC8AF;
}
</style>
border-color css
<style>
span { border-color: #DFC8AF; }
span { border-color: rgb(223,200,175); }
td.TdClassName
{
border-color: #DFC8AF;
}
.TagClassName
{
border-color: #DFC8AF;
}
</style>