Shades of Copper #DF976D
Tints of Copper #DF976D
RGB
CMYK
RGB Variations
Color information
#DF976D (or 0xDF976D) is known color: Copper. HEX triplet: DF, 97 and 6D. RGB value is (223,151,109). Sum of RGB (Red+Green+Blue) = 223+151+109=483 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.17% from 483); Green value is 151 (59.38% from 255 or 31.26% from 483); Blue value is 109 (42.97% from 255 or 22.57% from 483); Max value from RGB is 223 - color contains mainly: red. Hex color #DF976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF976D is #206892. Grayscale: #A7A7A7. Windows color (decimal): -2123923 or 7182303. OLE color: 7182303.
HSL color Cylindrical-coordinate representation of color #DF976D: hue angle of 22.11º 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 #DF976D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 109 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.13 |
| HSL | 22.11º | 0.64% | 0.65% | - |
| HSV(B) | 22.11º | 0.51% | 0.87% | - |
| XYZ | 44.26 | 38.93 | 19.65 | - |
| YUV | 167.74 | 94.85 | 167.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 109 | 0 | 0.32 | 0.51 | 0.13 | 22.11 | 0.64 | 0.65 |
| Hex | DF | 97 | 6D | 0 | 20 | 33 | D | 16 | 40 | 41 |
| Octal | 337 | 227 | 155 | 0 | 40 | 63 | 15 | 26 | 100 | 101 |
| Binary | 11011111 | 10010111 | 1101101 | 0 | 100000 | 110011 | 1101 | 10110 | 1000000 | 1000001 |
Color Harmonies of #DF976D
Complementary color
Monochromatic Colors of #DF976D
Black with #DF976D
Text Example
Text Example
White with #DF976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF976D; }
p { color: rgb(223,151,109); }
H1.HeaderClassName
{
color: #DF976D;
}
.AnyTagClassName
{
color: #DF976D;
}
</style>
background-color css
<style>
a { background-color: #DF976D; }
a { background-color: rgb(223,151,109); }
div.DivClassName
{
background-color: #DF976D;
}
.BgClassName
{
background-color: #DF976D;
}
</style>
border-color css
<style>
span { border-color: #DF976D; }
span { border-color: rgb(223,151,109); }
td.TdClassName
{
border-color: #DF976D;
}
.TagClassName
{
border-color: #DF976D;
}
</style>