Shades of Copper #DD815C
Tints of Copper #DD815C
RGB
CMYK
RGB Variations
Color information
#DD815C (or 0xDD815C) is known color: Copper. HEX triplet: DD, 81 and 5C. RGB value is (221,129,92). Sum of RGB (Red+Green+Blue) = 221+129+92=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 92 (36.33% from 255 or 20.81% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD815C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD815C is #227EA3. Grayscale: #989898. Windows color (decimal): -2260644 or 6062557. OLE color: 6062557.
HSL color Cylindrical-coordinate representation of color #DD815C: hue angle of 17.21º 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 #DD815C is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 92 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.13 |
| HSL | 17.21º | 0.65% | 0.61% | - |
| HSV(B) | 17.21º | 0.58% | 0.87% | - |
| XYZ | 39.6 | 31.85 | 14.18 | - |
| YUV | 152.29 | 93.98 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 92 | 0 | 0.42 | 0.58 | 0.13 | 17.21 | 0.65 | 0.61 |
| Hex | DD | 81 | 5C | 0 | 2A | 3A | D | 11 | 41 | 3D |
| Octal | 335 | 201 | 134 | 0 | 52 | 72 | 15 | 21 | 101 | 75 |
| Binary | 11011101 | 10000001 | 1011100 | 0 | 101010 | 111010 | 1101 | 10001 | 1000001 | 111101 |
Color Harmonies of #DD815C
Complementary color
Monochromatic Colors of #DD815C
Black with #DD815C
Text Example
Text Example
White with #DD815C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD815C; }
p { color: rgb(221,129,92); }
H1.HeaderClassName
{
color: #DD815C;
}
.AnyTagClassName
{
color: #DD815C;
}
</style>
background-color css
<style>
a { background-color: #DD815C; }
a { background-color: rgb(221,129,92); }
div.DivClassName
{
background-color: #DD815C;
}
.BgClassName
{
background-color: #DD815C;
}
</style>
border-color css
<style>
span { border-color: #DD815C; }
span { border-color: rgb(221,129,92); }
td.TdClassName
{
border-color: #DD815C;
}
.TagClassName
{
border-color: #DD815C;
}
</style>