Shades of Bone #DFC3A6
Tints of Bone #DFC3A6
RGB
CMYK
RGB Variations
Color information
#DFC3A6 (or 0xDFC3A6) is known color: Bone. HEX triplet: DF, C3 and A6. RGB value is (223,195,166). Sum of RGB (Red+Green+Blue) = 223+195+166=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 195 (76.56% from 255 or 33.39% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC3A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC3A6 is #203C59. Grayscale: #C8C8C8. Windows color (decimal): -2112602 or 10929119. OLE color: 10929119.
HSL color Cylindrical-coordinate representation of color #DFC3A6: hue angle of 30.53º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFC3A6 is Cyan = 0, Magento = 0.13, Yellow = 0.26 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 195 | 166 | - |
| CMYK | 0 | 0.13 | 0.26 | 0.13 |
| HSL | 30.53º | 0.47% | 0.76% | - |
| HSV(B) | 30.53º | 0.26% | 0.87% | - |
| XYZ | 56.83 | 57.47 | 44.17 | - |
| YUV | 200.07 | 108.78 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 195 | 166 | 0 | 0.13 | 0.26 | 0.13 | 30.53 | 0.47 | 0.76 |
| Hex | DF | C3 | A6 | 0 | D | 1A | D | 1F | 2F | 4C |
| Octal | 337 | 303 | 246 | 0 | 15 | 32 | 15 | 37 | 57 | 114 |
| Binary | 11011111 | 11000011 | 10100110 | 0 | 1101 | 11010 | 1101 | 11111 | 101111 | 1001100 |
Color Harmonies of #DFC3A6
Complementary color
Monochromatic Colors of #DFC3A6
Black with #DFC3A6
Text Example
Text Example
White with #DFC3A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC3A6; }
p { color: rgb(223,195,166); }
H1.HeaderClassName
{
color: #DFC3A6;
}
.AnyTagClassName
{
color: #DFC3A6;
}
</style>
background-color css
<style>
a { background-color: #DFC3A6; }
a { background-color: rgb(223,195,166); }
div.DivClassName
{
background-color: #DFC3A6;
}
.BgClassName
{
background-color: #DFC3A6;
}
</style>
border-color css
<style>
span { border-color: #DFC3A6; }
span { border-color: rgb(223,195,166); }
td.TdClassName
{
border-color: #DFC3A6;
}
.TagClassName
{
border-color: #DFC3A6;
}
</style>