Shades of Copper #DD885C
Tints of Copper #DD885C
RGB
CMYK
RGB Variations
Color information
#DD885C (or 0xDD885C) is known color: Copper. HEX triplet: DD, 88 and 5C. RGB value is (221,136,92). Sum of RGB (Red+Green+Blue) = 221+136+92=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 136 (53.52% from 255 or 30.29% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD885C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD885C is #2277A3. Grayscale: #9C9C9C. Windows color (decimal): -2258852 or 6064349. OLE color: 6064349.
HSL color Cylindrical-coordinate representation of color #DD885C: hue angle of 20.47º 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 #DD885C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 92 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.13 |
| HSL | 20.47º | 0.65% | 0.61% | - |
| HSV(B) | 20.47º | 0.58% | 0.87% | - |
| XYZ | 40.55 | 33.75 | 14.5 | - |
| YUV | 156.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 92 | 0 | 0.38 | 0.58 | 0.13 | 20.47 | 0.65 | 0.61 |
| Hex | DD | 88 | 5C | 0 | 26 | 3A | D | 14 | 41 | 3D |
| Octal | 335 | 210 | 134 | 0 | 46 | 72 | 15 | 24 | 101 | 75 |
| Binary | 11011101 | 10001000 | 1011100 | 0 | 100110 | 111010 | 1101 | 10100 | 1000001 | 111101 |
Color Harmonies of #DD885C
Complementary color
Monochromatic Colors of #DD885C
Black with #DD885C
Text Example
Text Example
White with #DD885C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD885C; }
p { color: rgb(221,136,92); }
H1.HeaderClassName
{
color: #DD885C;
}
.AnyTagClassName
{
color: #DD885C;
}
</style>
background-color css
<style>
a { background-color: #DD885C; }
a { background-color: rgb(221,136,92); }
div.DivClassName
{
background-color: #DD885C;
}
.BgClassName
{
background-color: #DD885C;
}
</style>
border-color css
<style>
span { border-color: #DD885C; }
span { border-color: rgb(221,136,92); }
td.TdClassName
{
border-color: #DD885C;
}
.TagClassName
{
border-color: #DD885C;
}
</style>