Shades of Copper #DD976D
Tints of Copper #DD976D
RGB
CMYK
RGB Variations
Color information
#DD976D (or 0xDD976D) is known color: Copper. HEX triplet: DD, 97 and 6D. RGB value is (221,151,109). Sum of RGB (Red+Green+Blue) = 221+151+109=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 151 (59.38% from 255 or 31.39% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD976D is #226892. Grayscale: #A7A7A7. Windows color (decimal): -2254995 or 7182301. OLE color: 7182301.
HSL color Cylindrical-coordinate representation of color #DD976D: hue angle of 22.5º degrees, saturation: 0.62, 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 #DD976D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 151 | 109 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.13 |
| HSL | 22.5º | 0.62% | 0.65% | - |
| HSV(B) | 22.5º | 0.51% | 0.87% | - |
| XYZ | 43.65 | 38.61 | 19.62 | - |
| YUV | 167.14 | 95.19 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 151 | 109 | 0 | 0.32 | 0.51 | 0.13 | 22.5 | 0.62 | 0.65 |
| Hex | DD | 97 | 6D | 0 | 20 | 33 | D | 16 | 3E | 41 |
| Octal | 335 | 227 | 155 | 0 | 40 | 63 | 15 | 26 | 76 | 101 |
| Binary | 11011101 | 10010111 | 1101101 | 0 | 100000 | 110011 | 1101 | 10110 | 111110 | 1000001 |
Color Harmonies of #DD976D
Complementary color
Monochromatic Colors of #DD976D
Black with #DD976D
Text Example
Text Example
White with #DD976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD976D; }
p { color: rgb(221,151,109); }
H1.HeaderClassName
{
color: #DD976D;
}
.AnyTagClassName
{
color: #DD976D;
}
</style>
background-color css
<style>
a { background-color: #DD976D; }
a { background-color: rgb(221,151,109); }
div.DivClassName
{
background-color: #DD976D;
}
.BgClassName
{
background-color: #DD976D;
}
</style>
border-color css
<style>
span { border-color: #DD976D; }
span { border-color: rgb(221,151,109); }
td.TdClassName
{
border-color: #DD976D;
}
.TagClassName
{
border-color: #DD976D;
}
</style>