Shades of Copper #DD8A5C
Tints of Copper #DD8A5C
RGB
CMYK
RGB Variations
Color information
#DD8A5C (or 0xDD8A5C) is known color: Copper. HEX triplet: DD, 8A and 5C. RGB value is (221,138,92). Sum of RGB (Red+Green+Blue) = 221+138+92=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 138 (54.30% from 255 or 30.60% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A5C is #2275A3. Grayscale: #9D9D9D. Windows color (decimal): -2258340 or 6064861. OLE color: 6064861.
HSL color Cylindrical-coordinate representation of color #DD8A5C: hue angle of 21.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD8A5C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 92 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.13 |
| HSL | 21.4º | 0.65% | 0.61% | - |
| HSV(B) | 21.4º | 0.58% | 0.87% | - |
| XYZ | 40.84 | 34.32 | 14.6 | - |
| YUV | 157.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 92 | 0 | 0.38 | 0.58 | 0.13 | 21.4 | 0.65 | 0.61 |
| Hex | DD | 8A | 5C | 0 | 26 | 3A | D | 15 | 41 | 3D |
| Octal | 335 | 212 | 134 | 0 | 46 | 72 | 15 | 25 | 101 | 75 |
| Binary | 11011101 | 10001010 | 1011100 | 0 | 100110 | 111010 | 1101 | 10101 | 1000001 | 111101 |
Color Harmonies of #DD8A5C
Complementary color
Monochromatic Colors of #DD8A5C
Black with #DD8A5C
Text Example
Text Example
White with #DD8A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A5C; }
p { color: rgb(221,138,92); }
H1.HeaderClassName
{
color: #DD8A5C;
}
.AnyTagClassName
{
color: #DD8A5C;
}
</style>
background-color css
<style>
a { background-color: #DD8A5C; }
a { background-color: rgb(221,138,92); }
div.DivClassName
{
background-color: #DD8A5C;
}
.BgClassName
{
background-color: #DD8A5C;
}
</style>
border-color css
<style>
span { border-color: #DD8A5C; }
span { border-color: rgb(221,138,92); }
td.TdClassName
{
border-color: #DD8A5C;
}
.TagClassName
{
border-color: #DD8A5C;
}
</style>