Shades of Bone #DFC4AC
Tints of Bone #DFC4AC
RGB
CMYK
RGB Variations
Color information
#DFC4AC (or 0xDFC4AC) is known color: Bone. HEX triplet: DF, C4 and AC. RGB value is (223,196,172). Sum of RGB (Red+Green+Blue) = 223+196+172=591 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.73% from 591); Green value is 196 (76.95% from 255 or 33.16% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC4AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC4AC is #203B53. Grayscale: #C9C9C9. Windows color (decimal): -2112340 or 11322591. OLE color: 11322591.
HSL color Cylindrical-coordinate representation of color #DFC4AC: hue angle of 28.24º degrees, saturation: 0.44, 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 #DFC4AC is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 196 | 172 | - |
| CMYK | 0 | 0.12 | 0.23 | 0.13 |
| HSL | 28.24º | 0.44% | 0.77% | - |
| HSV(B) | 28.24º | 0.23% | 0.87% | - |
| XYZ | 57.62 | 58.15 | 47.22 | - |
| YUV | 201.34 | 111.45 | 143.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 196 | 172 | 0 | 0.12 | 0.23 | 0.13 | 28.24 | 0.44 | 0.77 |
| Hex | DF | C4 | AC | 0 | C | 17 | D | 1C | 2C | 4D |
| Octal | 337 | 304 | 254 | 0 | 14 | 27 | 15 | 34 | 54 | 115 |
| Binary | 11011111 | 11000100 | 10101100 | 0 | 1100 | 10111 | 1101 | 11100 | 101100 | 1001101 |
Color Harmonies of #DFC4AC
Complementary color
Monochromatic Colors of #DFC4AC
Black with #DFC4AC
Text Example
Text Example
White with #DFC4AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC4AC; }
p { color: rgb(223,196,172); }
H1.HeaderClassName
{
color: #DFC4AC;
}
.AnyTagClassName
{
color: #DFC4AC;
}
</style>
background-color css
<style>
a { background-color: #DFC4AC; }
a { background-color: rgb(223,196,172); }
div.DivClassName
{
background-color: #DFC4AC;
}
.BgClassName
{
background-color: #DFC4AC;
}
</style>
border-color css
<style>
span { border-color: #DFC4AC; }
span { border-color: rgb(223,196,172); }
td.TdClassName
{
border-color: #DFC4AC;
}
.TagClassName
{
border-color: #DFC4AC;
}
</style>