Shades of Copper #DD896E
Tints of Copper #DD896E
RGB
CMYK
RGB Variations
Color information
#DD896E (or 0xDD896E) is known color: Copper. HEX triplet: DD, 89 and 6E. RGB value is (221,137,110). Sum of RGB (Red+Green+Blue) = 221+137+110=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 137 (53.91% from 255 or 29.27% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD896E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD896E is #227691. Grayscale: #9F9F9F. Windows color (decimal): -2258578 or 7244253. OLE color: 7244253.
HSL color Cylindrical-coordinate representation of color #DD896E: hue angle of 14.59º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD896E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 110 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.13 |
| HSL | 14.59º | 0.62% | 0.65% | - |
| HSV(B) | 14.59º | 0.5% | 0.87% | - |
| XYZ | 41.58 | 34.39 | 19.2 | - |
| YUV | 159.04 | 100.33 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 110 | 0 | 0.38 | 0.50 | 0.13 | 14.59 | 0.62 | 0.65 |
| Hex | DD | 89 | 6E | 0 | 26 | 32 | D | F | 3E | 41 |
| Octal | 335 | 211 | 156 | 0 | 46 | 62 | 15 | 17 | 76 | 101 |
| Binary | 11011101 | 10001001 | 1101110 | 0 | 100110 | 110010 | 1101 | 1111 | 111110 | 1000001 |
Color Harmonies of #DD896E
Complementary color
Monochromatic Colors of #DD896E
Black with #DD896E
Text Example
Text Example
White with #DD896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD896E; }
p { color: rgb(221,137,110); }
H1.HeaderClassName
{
color: #DD896E;
}
.AnyTagClassName
{
color: #DD896E;
}
</style>
background-color css
<style>
a { background-color: #DD896E; }
a { background-color: rgb(221,137,110); }
div.DivClassName
{
background-color: #DD896E;
}
.BgClassName
{
background-color: #DD896E;
}
</style>
border-color css
<style>
span { border-color: #DD896E; }
span { border-color: rgb(221,137,110); }
td.TdClassName
{
border-color: #DD896E;
}
.TagClassName
{
border-color: #DD896E;
}
</style>