Shades of Bone #DFC9B3
Tints of Bone #DFC9B3
RGB
CMYK
RGB Variations
Color information
#DFC9B3 (or 0xDFC9B3) is known color: Bone. HEX triplet: DF, C9 and B3. RGB value is (223,201,179). Sum of RGB (Red+Green+Blue) = 223+201+179=603 (79% of max value = 765). Red value is 223 (87.5% from 255 or 36.98% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 179 (70.31% from 255 or 29.68% from 603); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC9B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC9B3 is #20364C. Grayscale: #CDCDCD. Windows color (decimal): -2111053 or 11782623. OLE color: 11782623.
HSL color Cylindrical-coordinate representation of color #DFC9B3: hue angle of 30º degrees, saturation: 0.41, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DFC9B3 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 201 | 179 | - |
| CMYK | 0 | 0.10 | 0.20 | 0.13 |
| HSL | 30º | 0.41% | 0.79% | - |
| HSV(B) | 30º | 0.2% | 0.87% | - |
| XYZ | 59.45 | 60.72 | 51.23 | - |
| YUV | 205.07 | 113.29 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 201 | 179 | 0 | 0.10 | 0.20 | 0.13 | 30 | 0.41 | 0.79 |
| Hex | DF | C9 | B3 | 0 | A | 14 | D | 1E | 29 | 4F |
| Octal | 337 | 311 | 263 | 0 | 12 | 24 | 15 | 36 | 51 | 117 |
| Binary | 11011111 | 11001001 | 10110011 | 0 | 1010 | 10100 | 1101 | 11110 | 101001 | 1001111 |
Color Harmonies of #DFC9B3
Complementary color
Monochromatic Colors of #DFC9B3
Black with #DFC9B3
Text Example
Text Example
White with #DFC9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC9B3; }
p { color: rgb(223,201,179); }
H1.HeaderClassName
{
color: #DFC9B3;
}
.AnyTagClassName
{
color: #DFC9B3;
}
</style>
background-color css
<style>
a { background-color: #DFC9B3; }
a { background-color: rgb(223,201,179); }
div.DivClassName
{
background-color: #DFC9B3;
}
.BgClassName
{
background-color: #DFC9B3;
}
</style>
border-color css
<style>
span { border-color: #DFC9B3; }
span { border-color: rgb(223,201,179); }
td.TdClassName
{
border-color: #DFC9B3;
}
.TagClassName
{
border-color: #DFC9B3;
}
</style>