Shades of Bone #DFC1A9
Tints of Bone #DFC1A9
RGB
CMYK
RGB Variations
Color information
#DFC1A9 (or 0xDFC1A9) is known color: Bone. HEX triplet: DF, C1 and A9. RGB value is (223,193,169). Sum of RGB (Red+Green+Blue) = 223+193+169=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 193 (75.78% from 255 or 32.99% from 585); Blue value is 169 (66.41% from 255 or 28.89% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC1A9 is #203E56. Grayscale: #C7C7C7. Windows color (decimal): -2113111 or 11125215. OLE color: 11125215.
HSL color Cylindrical-coordinate representation of color #DFC1A9: hue angle of 26.67º degrees, saturation: 0.46, 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 #DFC1A9 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 169 | - |
| CMYK | 0 | 0.13 | 0.24 | 0.13 |
| HSL | 26.67º | 0.46% | 0.77% | - |
| HSV(B) | 26.67º | 0.24% | 0.87% | - |
| XYZ | 56.66 | 56.69 | 45.49 | - |
| YUV | 199.23 | 110.94 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 169 | 0 | 0.13 | 0.24 | 0.13 | 26.67 | 0.46 | 0.77 |
| Hex | DF | C1 | A9 | 0 | D | 18 | D | 1B | 2E | 4D |
| Octal | 337 | 301 | 251 | 0 | 15 | 30 | 15 | 33 | 56 | 115 |
| Binary | 11011111 | 11000001 | 10101001 | 0 | 1101 | 11000 | 1101 | 11011 | 101110 | 1001101 |
Color Harmonies of #DFC1A9
Complementary color
Monochromatic Colors of #DFC1A9
Black with #DFC1A9
Text Example
Text Example
White with #DFC1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1A9; }
p { color: rgb(223,193,169); }
H1.HeaderClassName
{
color: #DFC1A9;
}
.AnyTagClassName
{
color: #DFC1A9;
}
</style>
background-color css
<style>
a { background-color: #DFC1A9; }
a { background-color: rgb(223,193,169); }
div.DivClassName
{
background-color: #DFC1A9;
}
.BgClassName
{
background-color: #DFC1A9;
}
</style>
border-color css
<style>
span { border-color: #DFC1A9; }
span { border-color: rgb(223,193,169); }
td.TdClassName
{
border-color: #DFC1A9;
}
.TagClassName
{
border-color: #DFC1A9;
}
</style>