Shades of Bone #DFC6B3
Tints of Bone #DFC6B3
RGB
CMYK
RGB Variations
Color information
#DFC6B3 (or 0xDFC6B3) is known color: Bone. HEX triplet: DF, C6 and B3. RGB value is (223,198,179). Sum of RGB (Red+Green+Blue) = 223+198+179=600 (79% of max value = 765). Red value is 223 (87.5% from 255 or 37.17% from 600); Green value is 198 (77.73% from 255 or 33% from 600); Blue value is 179 (70.31% from 255 or 29.83% from 600); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFC6B3 is #20394C. Grayscale: #CBCBCB. Windows color (decimal): -2111821 or 11781855. OLE color: 11781855.
HSL color Cylindrical-coordinate representation of color #DFC6B3: hue angle of 25.91º 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 #DFC6B3 is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 198 | 179 | - |
| CMYK | 0 | 0.11 | 0.20 | 0.13 |
| HSL | 25.91º | 0.41% | 0.79% | - |
| HSV(B) | 25.91º | 0.2% | 0.87% | - |
| XYZ | 58.76 | 59.33 | 51 | - |
| YUV | 203.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 198 | 179 | 0 | 0.11 | 0.20 | 0.13 | 25.91 | 0.41 | 0.79 |
| Hex | DF | C6 | B3 | 0 | B | 14 | D | 1A | 29 | 4F |
| Octal | 337 | 306 | 263 | 0 | 13 | 24 | 15 | 32 | 51 | 117 |
| Binary | 11011111 | 11000110 | 10110011 | 0 | 1011 | 10100 | 1101 | 11010 | 101001 | 1001111 |
Color Harmonies of #DFC6B3
Complementary color
Monochromatic Colors of #DFC6B3
Black with #DFC6B3
Text Example
Text Example
White with #DFC6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC6B3; }
p { color: rgb(223,198,179); }
H1.HeaderClassName
{
color: #DFC6B3;
}
.AnyTagClassName
{
color: #DFC6B3;
}
</style>
background-color css
<style>
a { background-color: #DFC6B3; }
a { background-color: rgb(223,198,179); }
div.DivClassName
{
background-color: #DFC6B3;
}
.BgClassName
{
background-color: #DFC6B3;
}
</style>
border-color css
<style>
span { border-color: #DFC6B3; }
span { border-color: rgb(223,198,179); }
td.TdClassName
{
border-color: #DFC6B3;
}
.TagClassName
{
border-color: #DFC6B3;
}
</style>