Shades of Copper #DD8961
Tints of Copper #DD8961
RGB
CMYK
RGB Variations
Color information
#DD8961 (or 0xDD8961) is known color: Copper. HEX triplet: DD, 89 and 61. RGB value is (221,137,97). Sum of RGB (Red+Green+Blue) = 221+137+97=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8961 is #22769E. Grayscale: #9D9D9D. Windows color (decimal): -2258591 or 6392285. OLE color: 6392285.
HSL color Cylindrical-coordinate representation of color #DD8961: hue angle of 19.35º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD8961 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 97 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.13 |
| HSL | 19.35º | 0.65% | 0.62% | - |
| HSV(B) | 19.35º | 0.56% | 0.87% | - |
| XYZ | 40.92 | 34.13 | 15.74 | - |
| YUV | 157.56 | 93.83 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 97 | 0 | 0.38 | 0.56 | 0.13 | 19.35 | 0.65 | 0.62 |
| Hex | DD | 89 | 61 | 0 | 26 | 38 | D | 13 | 41 | 3E |
| Octal | 335 | 211 | 141 | 0 | 46 | 70 | 15 | 23 | 101 | 76 |
| Binary | 11011101 | 10001001 | 1100001 | 0 | 100110 | 111000 | 1101 | 10011 | 1000001 | 111110 |
Color Harmonies of #DD8961
Complementary color
Monochromatic Colors of #DD8961
Black with #DD8961
Text Example
Text Example
White with #DD8961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8961; }
p { color: rgb(221,137,97); }
H1.HeaderClassName
{
color: #DD8961;
}
.AnyTagClassName
{
color: #DD8961;
}
</style>
background-color css
<style>
a { background-color: #DD8961; }
a { background-color: rgb(221,137,97); }
div.DivClassName
{
background-color: #DD8961;
}
.BgClassName
{
background-color: #DD8961;
}
</style>
border-color css
<style>
span { border-color: #DD8961; }
span { border-color: rgb(221,137,97); }
td.TdClassName
{
border-color: #DD8961;
}
.TagClassName
{
border-color: #DD8961;
}
</style>