Shades of Copper #DD895B
Tints of Copper #DD895B
RGB
CMYK
RGB Variations
Color information
#DD895B (or 0xDD895B) is known color: Copper. HEX triplet: DD, 89 and 5B. RGB value is (221,137,91). Sum of RGB (Red+Green+Blue) = 221+137+91=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD895B is #2276A4. Grayscale: #9D9D9D. Windows color (decimal): -2258597 or 5999069. OLE color: 5999069.
HSL color Cylindrical-coordinate representation of color #DD895B: hue angle of 21.23º 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 #DD895B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 91 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.13 |
| HSL | 21.23º | 0.66% | 0.61% | - |
| HSV(B) | 21.23º | 0.59% | 0.87% | - |
| XYZ | 40.65 | 34.02 | 14.32 | - |
| YUV | 156.87 | 90.83 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 91 | 0 | 0.38 | 0.59 | 0.13 | 21.23 | 0.66 | 0.61 |
| Hex | DD | 89 | 5B | 0 | 26 | 3B | D | 15 | 42 | 3D |
| Octal | 335 | 211 | 133 | 0 | 46 | 73 | 15 | 25 | 102 | 75 |
| Binary | 11011101 | 10001001 | 1011011 | 0 | 100110 | 111011 | 1101 | 10101 | 1000010 | 111101 |
Color Harmonies of #DD895B
Complementary color
Monochromatic Colors of #DD895B
Black with #DD895B
Text Example
Text Example
White with #DD895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD895B; }
p { color: rgb(221,137,91); }
H1.HeaderClassName
{
color: #DD895B;
}
.AnyTagClassName
{
color: #DD895B;
}
</style>
background-color css
<style>
a { background-color: #DD895B; }
a { background-color: rgb(221,137,91); }
div.DivClassName
{
background-color: #DD895B;
}
.BgClassName
{
background-color: #DD895B;
}
</style>
border-color css
<style>
span { border-color: #DD895B; }
span { border-color: rgb(221,137,91); }
td.TdClassName
{
border-color: #DD895B;
}
.TagClassName
{
border-color: #DD895B;
}
</style>