Shades of Copper #DD885B
Tints of Copper #DD885B
RGB
CMYK
RGB Variations
Color information
#DD885B (or 0xDD885B) is known color: Copper. HEX triplet: DD, 88 and 5B. RGB value is (221,136,91). Sum of RGB (Red+Green+Blue) = 221+136+91=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 136 (53.52% from 255 or 30.36% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD885B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD885B is #2277A4. Grayscale: #9C9C9C. Windows color (decimal): -2258853 or 5998813. OLE color: 5998813.
HSL color Cylindrical-coordinate representation of color #DD885B: hue angle of 20.77º 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 #DD885B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 91 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.13 |
| HSL | 20.77º | 0.66% | 0.61% | - |
| HSV(B) | 20.77º | 0.59% | 0.87% | - |
| XYZ | 40.51 | 33.74 | 14.27 | - |
| YUV | 156.29 | 91.16 | 174.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 91 | 0 | 0.38 | 0.59 | 0.13 | 20.77 | 0.66 | 0.61 |
| Hex | DD | 88 | 5B | 0 | 26 | 3B | D | 15 | 42 | 3D |
| Octal | 335 | 210 | 133 | 0 | 46 | 73 | 15 | 25 | 102 | 75 |
| Binary | 11011101 | 10001000 | 1011011 | 0 | 100110 | 111011 | 1101 | 10101 | 1000010 | 111101 |
Color Harmonies of #DD885B
Complementary color
Monochromatic Colors of #DD885B
Black with #DD885B
Text Example
Text Example
White with #DD885B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD885B; }
p { color: rgb(221,136,91); }
H1.HeaderClassName
{
color: #DD885B;
}
.AnyTagClassName
{
color: #DD885B;
}
</style>
background-color css
<style>
a { background-color: #DD885B; }
a { background-color: rgb(221,136,91); }
div.DivClassName
{
background-color: #DD885B;
}
.BgClassName
{
background-color: #DD885B;
}
</style>
border-color css
<style>
span { border-color: #DD885B; }
span { border-color: rgb(221,136,91); }
td.TdClassName
{
border-color: #DD885B;
}
.TagClassName
{
border-color: #DD885B;
}
</style>