Shades of Bone #DFC1A7
Tints of Bone #DFC1A7
RGB
CMYK
RGB Variations
Color information
#DFC1A7 (or 0xDFC1A7) is known color: Bone. HEX triplet: DF, C1 and A7. RGB value is (223,193,167). Sum of RGB (Red+Green+Blue) = 223+193+167=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 167 (65.62% from 255 or 28.64% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC1A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC1A7 is #203E58. Grayscale: #C7C7C7. Windows color (decimal): -2113113 or 10994143. OLE color: 10994143.
HSL color Cylindrical-coordinate representation of color #DFC1A7: hue angle of 27.86º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DFC1A7 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 193 | 167 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.13 |
| HSL | 27.86º | 0.47% | 0.76% | - |
| HSV(B) | 27.86º | 0.25% | 0.87% | - |
| XYZ | 56.48 | 56.62 | 44.51 | - |
| YUV | 199.01 | 109.94 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 193 | 167 | 0 | 0.13 | 0.25 | 0.13 | 27.86 | 0.47 | 0.76 |
| Hex | DF | C1 | A7 | 0 | D | 19 | D | 1C | 2F | 4C |
| Octal | 337 | 301 | 247 | 0 | 15 | 31 | 15 | 34 | 57 | 114 |
| Binary | 11011111 | 11000001 | 10100111 | 0 | 1101 | 11001 | 1101 | 11100 | 101111 | 1001100 |
Color Harmonies of #DFC1A7
Complementary color
Monochromatic Colors of #DFC1A7
Black with #DFC1A7
Text Example
Text Example
White with #DFC1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFC1A7; }
p { color: rgb(223,193,167); }
H1.HeaderClassName
{
color: #DFC1A7;
}
.AnyTagClassName
{
color: #DFC1A7;
}
</style>
background-color css
<style>
a { background-color: #DFC1A7; }
a { background-color: rgb(223,193,167); }
div.DivClassName
{
background-color: #DFC1A7;
}
.BgClassName
{
background-color: #DFC1A7;
}
</style>
border-color css
<style>
span { border-color: #DFC1A7; }
span { border-color: rgb(223,193,167); }
td.TdClassName
{
border-color: #DFC1A7;
}
.TagClassName
{
border-color: #DFC1A7;
}
</style>