Shades of Copper #DD815D
Tints of Copper #DD815D
RGB
CMYK
RGB Variations
Color information
#DD815D (or 0xDD815D) is known color: Copper. HEX triplet: DD, 81 and 5D. RGB value is (221,129,93). Sum of RGB (Red+Green+Blue) = 221+129+93=443 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.89% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 221 - color contains mainly: red. Hex color #DD815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD815D is #227EA2. Grayscale: #989898. Windows color (decimal): -2260643 or 6128093. OLE color: 6128093.
HSL color Cylindrical-coordinate representation of color #DD815D: hue angle of 16.88º 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 #DD815D is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 93 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.13 |
| HSL | 16.88º | 0.65% | 0.62% | - |
| HSV(B) | 16.88º | 0.58% | 0.87% | - |
| XYZ | 39.64 | 31.86 | 14.42 | - |
| YUV | 152.4 | 94.48 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 93 | 0 | 0.42 | 0.58 | 0.13 | 16.88 | 0.65 | 0.62 |
| Hex | DD | 81 | 5D | 0 | 2A | 3A | D | 11 | 41 | 3E |
| Octal | 335 | 201 | 135 | 0 | 52 | 72 | 15 | 21 | 101 | 76 |
| Binary | 11011101 | 10000001 | 1011101 | 0 | 101010 | 111010 | 1101 | 10001 | 1000001 | 111110 |
Color Harmonies of #DD815D
Complementary color
Monochromatic Colors of #DD815D
Black with #DD815D
Text Example
Text Example
White with #DD815D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD815D; }
p { color: rgb(221,129,93); }
H1.HeaderClassName
{
color: #DD815D;
}
.AnyTagClassName
{
color: #DD815D;
}
</style>
background-color css
<style>
a { background-color: #DD815D; }
a { background-color: rgb(221,129,93); }
div.DivClassName
{
background-color: #DD815D;
}
.BgClassName
{
background-color: #DD815D;
}
</style>
border-color css
<style>
span { border-color: #DD815D; }
span { border-color: rgb(221,129,93); }
td.TdClassName
{
border-color: #DD815D;
}
.TagClassName
{
border-color: #DD815D;
}
</style>