Shades of Bone #DFC9AB
Tints of Bone #DFC9AB
RGB
CMYK
RGB Variations
Color information
#DFC9AB (or 0xDFC9AB) is known color: Bone. HEX triplet: DF, C9 and AB. RGB value is (223,201,171). Sum of RGB (Red+Green+Blue) = 223+201+171=595 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.48% from 595); Green value is 201 (78.91% from 255 or 33.78% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC9AB is #203654. Grayscale: #CCCCCC. Windows color (decimal): -2111061 or 11258335. OLE color: 11258335.
HSL color Cylindrical-coordinate representation of color #DFC9AB: hue angle of 34.62º 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 #DFC9AB is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 171 | - |
| CMYK | 0 | 0.10 | 0.23 | 0.13 |
| HSL | 34.62º | 0.45% | 0.77% | - |
| HSV(B) | 34.62º | 0.23% | 0.87% | - |
| XYZ | 58.67 | 60.4 | 47.09 | - |
| YUV | 204.16 | 109.29 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 171 | 0 | 0.10 | 0.23 | 0.13 | 34.62 | 0.45 | 0.77 |
| Hex | DF | C9 | AB | 0 | A | 17 | D | 23 | 2D | 4D |
| Octal | 337 | 311 | 253 | 0 | 12 | 27 | 15 | 43 | 55 | 115 |
| Binary | 11011111 | 11001001 | 10101011 | 0 | 1010 | 10111 | 1101 | 100011 | 101101 | 1001101 |
Color Harmonies of #DFC9AB
Complementary color
Monochromatic Colors of #DFC9AB
Black with #DFC9AB
Text Example
Text Example
White with #DFC9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9AB; }
p { color: rgb(223,201,171); }
H1.HeaderClassName
{
color: #DFC9AB;
}
.AnyTagClassName
{
color: #DFC9AB;
}
</style>
background-color css
<style>
a { background-color: #DFC9AB; }
a { background-color: rgb(223,201,171); }
div.DivClassName
{
background-color: #DFC9AB;
}
.BgClassName
{
background-color: #DFC9AB;
}
</style>
border-color css
<style>
span { border-color: #DFC9AB; }
span { border-color: rgb(223,201,171); }
td.TdClassName
{
border-color: #DFC9AB;
}
.TagClassName
{
border-color: #DFC9AB;
}
</style>