Shades of Copper #DD815F
Tints of Copper #DD815F
RGB
CMYK
RGB Variations
Color information
#DD815F (or 0xDD815F) is known color: Copper. HEX triplet: DD, 81 and 5F. RGB value is (221,129,95). Sum of RGB (Red+Green+Blue) = 221+129+95=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD815F is #227EA0. Grayscale: #989898. Windows color (decimal): -2260641 or 6259165. OLE color: 6259165.
HSL color Cylindrical-coordinate representation of color #DD815F: hue angle of 16.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD815F is Cyan = 0, Magento = 0.42, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 95 | - |
| CMYK | 0 | 0.42 | 0.57 | 0.13 |
| HSL | 16.19º | 0.65% | 0.62% | - |
| HSV(B) | 16.19º | 0.57% | 0.87% | - |
| XYZ | 39.73 | 31.9 | 14.89 | - |
| YUV | 152.63 | 95.48 | 176.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 95 | 0 | 0.42 | 0.57 | 0.13 | 16.19 | 0.65 | 0.62 |
| Hex | DD | 81 | 5F | 0 | 2A | 39 | D | 10 | 41 | 3E |
| Octal | 335 | 201 | 137 | 0 | 52 | 71 | 15 | 20 | 101 | 76 |
| Binary | 11011101 | 10000001 | 1011111 | 0 | 101010 | 111001 | 1101 | 10000 | 1000001 | 111110 |
Color Harmonies of #DD815F
Complementary color
Monochromatic Colors of #DD815F
Black with #DD815F
Text Example
Text Example
White with #DD815F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD815F; }
p { color: rgb(221,129,95); }
H1.HeaderClassName
{
color: #DD815F;
}
.AnyTagClassName
{
color: #DD815F;
}
</style>
background-color css
<style>
a { background-color: #DD815F; }
a { background-color: rgb(221,129,95); }
div.DivClassName
{
background-color: #DD815F;
}
.BgClassName
{
background-color: #DD815F;
}
</style>
border-color css
<style>
span { border-color: #DD815F; }
span { border-color: rgb(221,129,95); }
td.TdClassName
{
border-color: #DD815F;
}
.TagClassName
{
border-color: #DD815F;
}
</style>