Shades of Copper #DF996C
Tints of Copper #DF996C
RGB
CMYK
RGB Variations
Color information
#DF996C (or 0xDF996C) is known color: Copper. HEX triplet: DF, 99 and 6C. RGB value is (223,153,108). Sum of RGB (Red+Green+Blue) = 223+153+108=484 (64% of max value = 765). Red value is 223 (87.5% from 255 or 46.07% from 484); Green value is 153 (60.16% from 255 or 31.61% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 223 - color contains mainly: red. Hex color #DF996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF996C is #206693. Grayscale: #A9A9A9. Windows color (decimal): -2123412 or 7117279. OLE color: 7117279.
HSL color Cylindrical-coordinate representation of color #DF996C: hue angle of 23.48º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF996C is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 108 | - |
| CMYK | 0 | 0.31 | 0.52 | 0.13 |
| HSL | 23.48º | 0.64% | 0.65% | - |
| HSV(B) | 23.48º | 0.52% | 0.87% | - |
| XYZ | 44.53 | 39.55 | 19.47 | - |
| YUV | 168.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 108 | 0 | 0.31 | 0.52 | 0.13 | 23.48 | 0.64 | 0.65 |
| Hex | DF | 99 | 6C | 0 | 1F | 34 | D | 17 | 40 | 41 |
| Octal | 337 | 231 | 154 | 0 | 37 | 64 | 15 | 27 | 100 | 101 |
| Binary | 11011111 | 10011001 | 1101100 | 0 | 11111 | 110100 | 1101 | 10111 | 1000000 | 1000001 |
Color Harmonies of #DF996C
Complementary color
Monochromatic Colors of #DF996C
Black with #DF996C
Text Example
Text Example
White with #DF996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF996C; }
p { color: rgb(223,153,108); }
H1.HeaderClassName
{
color: #DF996C;
}
.AnyTagClassName
{
color: #DF996C;
}
</style>
background-color css
<style>
a { background-color: #DF996C; }
a { background-color: rgb(223,153,108); }
div.DivClassName
{
background-color: #DF996C;
}
.BgClassName
{
background-color: #DF996C;
}
</style>
border-color css
<style>
span { border-color: #DF996C; }
span { border-color: rgb(223,153,108); }
td.TdClassName
{
border-color: #DF996C;
}
.TagClassName
{
border-color: #DF996C;
}
</style>