Shades of Bone #DFC5AC
Tints of Bone #DFC5AC
RGB
CMYK
RGB Variations
Color information
#DFC5AC (or 0xDFC5AC) is known color: Bone. HEX triplet: DF, C5 and AC. RGB value is (223,197,172). Sum of RGB (Red+Green+Blue) = 223+197+172=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 197 (77.34% from 255 or 33.28% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC5AC is #203A53. Grayscale: #CACACA. Windows color (decimal): -2112084 or 11322847. OLE color: 11322847.
HSL color Cylindrical-coordinate representation of color #DFC5AC: hue angle of 29.41º 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 #DFC5AC is Cyan = 0, Magento = 0.12, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 197 | 172 | - |
CMYK | 0 | 0.12 | 0.23 | 0.13 |
HSL | 29.41º | 0.44% | 0.77% | - |
HSV(B) | 29.41º | 0.23% | 0.87% | - |
XYZ | 57.84 | 58.6 | 47.29 | - |
YUV | 201.92 | 111.11 | 143.03 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 197 | 172 | 0 | 0.12 | 0.23 | 0.13 | 29.41 | 0.44 | 0.77 |
Hex | DF | C5 | AC | 0 | C | 17 | D | 1D | 2C | 4D |
Octal | 337 | 305 | 254 | 0 | 14 | 27 | 15 | 35 | 54 | 115 |
Binary | 11011111 | 11000101 | 10101100 | 0 | 1100 | 10111 | 1101 | 11101 | 101100 | 1001101 |
Color Harmonies of #DFC5AC
Complementary color
Monochromatic Colors of #DFC5AC
Black with #DFC5AC
Text Example
Text Example
White with #DFC5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC5AC; }
p { color: rgb(223,197,172); }
H1.HeaderClassName
{
color: #DFC5AC;
}
.AnyTagClassName
{
color: #DFC5AC;
}
</style>
background-color css
<style>
a { background-color: #DFC5AC; }
a { background-color: rgb(223,197,172); }
div.DivClassName
{
background-color: #DFC5AC;
}
.BgClassName
{
background-color: #DFC5AC;
}
</style>
border-color css
<style>
span { border-color: #DFC5AC; }
span { border-color: rgb(223,197,172); }
td.TdClassName
{
border-color: #DFC5AC;
}
.TagClassName
{
border-color: #DFC5AC;
}
</style>