Shades of Bone #DFC3AB
Tints of Bone #DFC3AB
RGB
CMYK
RGB Variations
Color information
#DFC3AB (or 0xDFC3AB) is known color: Bone. HEX triplet: DF, C3 and AB. RGB value is (223,195,171). Sum of RGB (Red+Green+Blue) = 223+195+171=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 195 (76.56% from 255 or 33.11% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3AB is #203C54. Grayscale: #C8C8C8. Windows color (decimal): -2112597 or 11256799. OLE color: 11256799.
HSL color Cylindrical-coordinate representation of color #DFC3AB: hue angle of 27.69º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DFC3AB is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 171 | - |
| CMYK | 0 | 0.13 | 0.23 | 0.13 |
| HSL | 27.69º | 0.45% | 0.77% | - |
| HSV(B) | 27.69º | 0.23% | 0.87% | - |
| XYZ | 57.3 | 57.66 | 46.64 | - |
| YUV | 200.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 171 | 0 | 0.13 | 0.23 | 0.13 | 27.69 | 0.45 | 0.77 |
| Hex | DF | C3 | AB | 0 | D | 17 | D | 1C | 2D | 4D |
| Octal | 337 | 303 | 253 | 0 | 15 | 27 | 15 | 34 | 55 | 115 |
| Binary | 11011111 | 11000011 | 10101011 | 0 | 1101 | 10111 | 1101 | 11100 | 101101 | 1001101 |
Color Harmonies of #DFC3AB
Complementary color
Monochromatic Colors of #DFC3AB
Black with #DFC3AB
Text Example
Text Example
White with #DFC3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3AB; }
p { color: rgb(223,195,171); }
H1.HeaderClassName
{
color: #DFC3AB;
}
.AnyTagClassName
{
color: #DFC3AB;
}
</style>
background-color css
<style>
a { background-color: #DFC3AB; }
a { background-color: rgb(223,195,171); }
div.DivClassName
{
background-color: #DFC3AB;
}
.BgClassName
{
background-color: #DFC3AB;
}
</style>
border-color css
<style>
span { border-color: #DFC3AB; }
span { border-color: rgb(223,195,171); }
td.TdClassName
{
border-color: #DFC3AB;
}
.TagClassName
{
border-color: #DFC3AB;
}
</style>