Shades of Copper #DD845B
Tints of Copper #DD845B
RGB
CMYK
RGB Variations
Color information
#DD845B (or 0xDD845B) is known color: Copper. HEX triplet: DD, 84 and 5B. RGB value is (221,132,91). Sum of RGB (Red+Green+Blue) = 221+132+91=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 91 (35.94% from 255 or 20.50% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD845B is #227BA4. Grayscale: #9A9A9A. Windows color (decimal): -2259877 or 5997789. OLE color: 5997789.
HSL color Cylindrical-coordinate representation of color #DD845B: hue angle of 18.92º 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 #DD845B is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 91 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.13 |
| HSL | 18.92º | 0.66% | 0.61% | - |
| HSV(B) | 18.92º | 0.59% | 0.87% | - |
| XYZ | 39.96 | 32.63 | 14.09 | - |
| YUV | 153.94 | 92.49 | 175.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 91 | 0 | 0.40 | 0.59 | 0.13 | 18.92 | 0.66 | 0.61 |
| Hex | DD | 84 | 5B | 0 | 28 | 3B | D | 13 | 42 | 3D |
| Octal | 335 | 204 | 133 | 0 | 50 | 73 | 15 | 23 | 102 | 75 |
| Binary | 11011101 | 10000100 | 1011011 | 0 | 101000 | 111011 | 1101 | 10011 | 1000010 | 111101 |
Color Harmonies of #DD845B
Complementary color
Monochromatic Colors of #DD845B
Black with #DD845B
Text Example
Text Example
White with #DD845B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD845B; }
p { color: rgb(221,132,91); }
H1.HeaderClassName
{
color: #DD845B;
}
.AnyTagClassName
{
color: #DD845B;
}
</style>
background-color css
<style>
a { background-color: #DD845B; }
a { background-color: rgb(221,132,91); }
div.DivClassName
{
background-color: #DD845B;
}
.BgClassName
{
background-color: #DD845B;
}
</style>
border-color css
<style>
span { border-color: #DD845B; }
span { border-color: rgb(221,132,91); }
td.TdClassName
{
border-color: #DD845B;
}
.TagClassName
{
border-color: #DD845B;
}
</style>