Shades of Copper #DF996D
Tints of Copper #DF996D
RGB
CMYK
RGB Variations
Color information
#DF996D (or 0xDF996D) is known color: Copper. HEX triplet: DF, 99 and 6D. RGB value is (223,153,109). Sum of RGB (Red+Green+Blue) = 223+153+109=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 153 (60.16% from 255 or 31.55% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DF996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF996D is #206692. Grayscale: #A9A9A9. Windows color (decimal): -2123411 or 7182815. OLE color: 7182815.
HSL color Cylindrical-coordinate representation of color #DF996D: hue angle of 23.16º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF996D is Cyan = 0, Magento = 0.31, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 109 | - |
| CMYK | 0 | 0.31 | 0.51 | 0.13 |
| HSL | 23.16º | 0.64% | 0.65% | - |
| HSV(B) | 23.16º | 0.51% | 0.87% | - |
| XYZ | 44.58 | 39.57 | 19.76 | - |
| YUV | 168.91 | 94.19 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 109 | 0 | 0.31 | 0.51 | 0.13 | 23.16 | 0.64 | 0.65 |
| Hex | DF | 99 | 6D | 0 | 1F | 33 | D | 17 | 40 | 41 |
| Octal | 337 | 231 | 155 | 0 | 37 | 63 | 15 | 27 | 100 | 101 |
| Binary | 11011111 | 10011001 | 1101101 | 0 | 11111 | 110011 | 1101 | 10111 | 1000000 | 1000001 |
Color Harmonies of #DF996D
Complementary color
Monochromatic Colors of #DF996D
Black with #DF996D
Text Example
Text Example
White with #DF996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF996D; }
p { color: rgb(223,153,109); }
H1.HeaderClassName
{
color: #DF996D;
}
.AnyTagClassName
{
color: #DF996D;
}
</style>
background-color css
<style>
a { background-color: #DF996D; }
a { background-color: rgb(223,153,109); }
div.DivClassName
{
background-color: #DF996D;
}
.BgClassName
{
background-color: #DF996D;
}
</style>
border-color css
<style>
span { border-color: #DF996D; }
span { border-color: rgb(223,153,109); }
td.TdClassName
{
border-color: #DF996D;
}
.TagClassName
{
border-color: #DF996D;
}
</style>