Shades of Copper #DD815B
Tints of Copper #DD815B
RGB
CMYK
RGB Variations
Color information
#DD815B (or 0xDD815B) is known color: Copper. HEX triplet: DD, 81 and 5B. RGB value is (221,129,91). Sum of RGB (Red+Green+Blue) = 221+129+91=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 129 (50.78% from 255 or 29.25% from 441); Blue value is 91 (35.94% from 255 or 20.63% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD815B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD815B is #227EA4. Grayscale: #989898. Windows color (decimal): -2260645 or 5997021. OLE color: 5997021.
HSL color Cylindrical-coordinate representation of color #DD815B: hue angle of 17.54º 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 #DD815B is Cyan = 0, Magento = 0.42, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 91 | - |
| CMYK | 0 | 0.42 | 0.59 | 0.13 |
| HSL | 17.54º | 0.66% | 0.61% | - |
| HSV(B) | 17.54º | 0.59% | 0.87% | - |
| XYZ | 39.56 | 31.83 | 13.96 | - |
| YUV | 152.18 | 93.48 | 177.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 91 | 0 | 0.42 | 0.59 | 0.13 | 17.54 | 0.66 | 0.61 |
| Hex | DD | 81 | 5B | 0 | 2A | 3B | D | 12 | 42 | 3D |
| Octal | 335 | 201 | 133 | 0 | 52 | 73 | 15 | 22 | 102 | 75 |
| Binary | 11011101 | 10000001 | 1011011 | 0 | 101010 | 111011 | 1101 | 10010 | 1000010 | 111101 |
Color Harmonies of #DD815B
Complementary color
Monochromatic Colors of #DD815B
Black with #DD815B
Text Example
Text Example
White with #DD815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD815B; }
p { color: rgb(221,129,91); }
H1.HeaderClassName
{
color: #DD815B;
}
.AnyTagClassName
{
color: #DD815B;
}
</style>
background-color css
<style>
a { background-color: #DD815B; }
a { background-color: rgb(221,129,91); }
div.DivClassName
{
background-color: #DD815B;
}
.BgClassName
{
background-color: #DD815B;
}
</style>
border-color css
<style>
span { border-color: #DD815B; }
span { border-color: rgb(221,129,91); }
td.TdClassName
{
border-color: #DD815B;
}
.TagClassName
{
border-color: #DD815B;
}
</style>