Shades of Bone #DFC3AA
Tints of Bone #DFC3AA
RGB
CMYK
RGB Variations
Color information
#DFC3AA (or 0xDFC3AA) is known color: Bone. HEX triplet: DF, C3 and AA. RGB value is (223,195,170). Sum of RGB (Red+Green+Blue) = 223+195+170=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 195 (76.56% from 255 or 33.16% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3AA is #203C55. Grayscale: #C8C8C8. Windows color (decimal): -2112598 or 11191263. OLE color: 11191263.
HSL color Cylindrical-coordinate representation of color #DFC3AA: hue angle of 28.3º 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 #DFC3AA is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 170 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.13 |
| HSL | 28.3º | 0.45% | 0.77% | - |
| HSV(B) | 28.3º | 0.24% | 0.87% | - |
| XYZ | 57.2 | 57.62 | 46.14 | - |
| YUV | 200.52 | 110.78 | 144.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 170 | 0 | 0.13 | 0.24 | 0.13 | 28.3 | 0.45 | 0.77 |
| Hex | DF | C3 | AA | 0 | D | 18 | D | 1C | 2D | 4D |
| Octal | 337 | 303 | 252 | 0 | 15 | 30 | 15 | 34 | 55 | 115 |
| Binary | 11011111 | 11000011 | 10101010 | 0 | 1101 | 11000 | 1101 | 11100 | 101101 | 1001101 |
Color Harmonies of #DFC3AA
Complementary color
Monochromatic Colors of #DFC3AA
Black with #DFC3AA
Text Example
Text Example
White with #DFC3AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3AA; }
p { color: rgb(223,195,170); }
H1.HeaderClassName
{
color: #DFC3AA;
}
.AnyTagClassName
{
color: #DFC3AA;
}
</style>
background-color css
<style>
a { background-color: #DFC3AA; }
a { background-color: rgb(223,195,170); }
div.DivClassName
{
background-color: #DFC3AA;
}
.BgClassName
{
background-color: #DFC3AA;
}
</style>
border-color css
<style>
span { border-color: #DFC3AA; }
span { border-color: rgb(223,195,170); }
td.TdClassName
{
border-color: #DFC3AA;
}
.TagClassName
{
border-color: #DFC3AA;
}
</style>