Shades of Bone #DFC8AA
Tints of Bone #DFC8AA
RGB
CMYK
RGB Variations
Color information
#DFC8AA (or 0xDFC8AA) is known color: Bone. HEX triplet: DF, C8 and AA. RGB value is (223,200,170). Sum of RGB (Red+Green+Blue) = 223+200+170=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 200 (78.52% from 255 or 33.73% from 593); Blue value is 170 (66.80% from 255 or 28.67% from 593); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC8AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC8AA is #203755. Grayscale: #CBCBCB. Windows color (decimal): -2111318 or 11192543. OLE color: 11192543.
HSL color Cylindrical-coordinate representation of color #DFC8AA: hue angle of 33.96º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DFC8AA is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 200 | 170 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.13 |
| HSL | 33.96º | 0.45% | 0.77% | - |
| HSV(B) | 33.96º | 0.24% | 0.87% | - |
| XYZ | 58.34 | 59.9 | 46.52 | - |
| YUV | 203.46 | 109.12 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 200 | 170 | 0 | 0.10 | 0.24 | 0.13 | 33.96 | 0.45 | 0.77 |
| Hex | DF | C8 | AA | 0 | A | 18 | D | 22 | 2D | 4D |
| Octal | 337 | 310 | 252 | 0 | 12 | 30 | 15 | 42 | 55 | 115 |
| Binary | 11011111 | 11001000 | 10101010 | 0 | 1010 | 11000 | 1101 | 100010 | 101101 | 1001101 |
Color Harmonies of #DFC8AA
Complementary color
Monochromatic Colors of #DFC8AA
Black with #DFC8AA
Text Example
Text Example
White with #DFC8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC8AA; }
p { color: rgb(223,200,170); }
H1.HeaderClassName
{
color: #DFC8AA;
}
.AnyTagClassName
{
color: #DFC8AA;
}
</style>
background-color css
<style>
a { background-color: #DFC8AA; }
a { background-color: rgb(223,200,170); }
div.DivClassName
{
background-color: #DFC8AA;
}
.BgClassName
{
background-color: #DFC8AA;
}
</style>
border-color css
<style>
span { border-color: #DFC8AA; }
span { border-color: rgb(223,200,170); }
td.TdClassName
{
border-color: #DFC8AA;
}
.TagClassName
{
border-color: #DFC8AA;
}
</style>