Shades of Copper #DD895D
Tints of Copper #DD895D
RGB
CMYK
RGB Variations
Color information
#DD895D (or 0xDD895D) is known color: Copper. HEX triplet: DD, 89 and 5D. RGB value is (221,137,93). Sum of RGB (Red+Green+Blue) = 221+137+93=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 137 (53.91% from 255 or 30.38% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD895D is #2276A2. Grayscale: #9D9D9D. Windows color (decimal): -2258595 or 6130141. OLE color: 6130141.
HSL color Cylindrical-coordinate representation of color #DD895D: hue angle of 20.62º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD895D is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 93 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.13 |
| HSL | 20.63º | 0.65% | 0.62% | - |
| HSV(B) | 20.63º | 0.58% | 0.87% | - |
| XYZ | 40.74 | 34.05 | 14.78 | - |
| YUV | 157.1 | 91.83 | 173.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 93 | 0 | 0.38 | 0.58 | 0.13 | 20.63 | 0.65 | 0.62 |
| Hex | DD | 89 | 5D | 0 | 26 | 3A | D | 15 | 41 | 3E |
| Octal | 335 | 211 | 135 | 0 | 46 | 72 | 15 | 25 | 101 | 76 |
| Binary | 11011101 | 10001001 | 1011101 | 0 | 100110 | 111010 | 1101 | 10101 | 1000001 | 111110 |
Color Harmonies of #DD895D
Complementary color
Monochromatic Colors of #DD895D
Black with #DD895D
Text Example
Text Example
White with #DD895D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD895D; }
p { color: rgb(221,137,93); }
H1.HeaderClassName
{
color: #DD895D;
}
.AnyTagClassName
{
color: #DD895D;
}
</style>
background-color css
<style>
a { background-color: #DD895D; }
a { background-color: rgb(221,137,93); }
div.DivClassName
{
background-color: #DD895D;
}
.BgClassName
{
background-color: #DD895D;
}
</style>
border-color css
<style>
span { border-color: #DD895D; }
span { border-color: rgb(221,137,93); }
td.TdClassName
{
border-color: #DD895D;
}
.TagClassName
{
border-color: #DD895D;
}
</style>