Shades of Copper #DD825A
Tints of Copper #DD825A
RGB
CMYK
RGB Variations
Color information
#DD825A (or 0xDD825A) is known color: Copper. HEX triplet: DD, 82 and 5A. RGB value is (221,130,90). Sum of RGB (Red+Green+Blue) = 221+130+90=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 130 (51.17% from 255 or 29.48% from 441); Blue value is 90 (35.55% from 255 or 20.41% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD825A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD825A is #227DA5. Grayscale: #989898. Windows color (decimal): -2260390 or 5931741. OLE color: 5931741.
HSL color Cylindrical-coordinate representation of color #DD825A: hue angle of 18.32º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD825A is Cyan = 0, Magento = 0.41, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 90 | - |
| CMYK | 0 | 0.41 | 0.59 | 0.13 |
| HSL | 18.32º | 0.66% | 0.61% | - |
| HSV(B) | 18.32º | 0.59% | 0.87% | - |
| XYZ | 39.65 | 32.08 | 13.77 | - |
| YUV | 152.65 | 92.65 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 90 | 0 | 0.41 | 0.59 | 0.13 | 18.32 | 0.66 | 0.61 |
| Hex | DD | 82 | 5A | 0 | 29 | 3B | D | 12 | 42 | 3D |
| Octal | 335 | 202 | 132 | 0 | 51 | 73 | 15 | 22 | 102 | 75 |
| Binary | 11011101 | 10000010 | 1011010 | 0 | 101001 | 111011 | 1101 | 10010 | 1000010 | 111101 |
Color Harmonies of #DD825A
Complementary color
Monochromatic Colors of #DD825A
Black with #DD825A
Text Example
Text Example
White with #DD825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD825A; }
p { color: rgb(221,130,90); }
H1.HeaderClassName
{
color: #DD825A;
}
.AnyTagClassName
{
color: #DD825A;
}
</style>
background-color css
<style>
a { background-color: #DD825A; }
a { background-color: rgb(221,130,90); }
div.DivClassName
{
background-color: #DD825A;
}
.BgClassName
{
background-color: #DD825A;
}
</style>
border-color css
<style>
span { border-color: #DD825A; }
span { border-color: rgb(221,130,90); }
td.TdClassName
{
border-color: #DD825A;
}
.TagClassName
{
border-color: #DD825A;
}
</style>