Shades of Copper #DD896C
Tints of Copper #DD896C
RGB
CMYK
RGB Variations
Color information
#DD896C (or 0xDD896C) is known color: Copper. HEX triplet: DD, 89 and 6C. RGB value is (221,137,108). Sum of RGB (Red+Green+Blue) = 221+137+108=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 108 (42.58% from 255 or 23.18% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD896C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD896C is #227693. Grayscale: #9F9F9F. Windows color (decimal): -2258580 or 7113181. OLE color: 7113181.
HSL color Cylindrical-coordinate representation of color #DD896C: hue angle of 15.4º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD896C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 108 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.13 |
| HSL | 15.4º | 0.62% | 0.65% | - |
| HSV(B) | 15.4º | 0.51% | 0.87% | - |
| XYZ | 41.47 | 34.35 | 18.63 | - |
| YUV | 158.81 | 99.33 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 108 | 0 | 0.38 | 0.51 | 0.13 | 15.4 | 0.62 | 0.65 |
| Hex | DD | 89 | 6C | 0 | 26 | 33 | D | F | 3E | 41 |
| Octal | 335 | 211 | 154 | 0 | 46 | 63 | 15 | 17 | 76 | 101 |
| Binary | 11011101 | 10001001 | 1101100 | 0 | 100110 | 110011 | 1101 | 1111 | 111110 | 1000001 |
Color Harmonies of #DD896C
Complementary color
Monochromatic Colors of #DD896C
Black with #DD896C
Text Example
Text Example
White with #DD896C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD896C; }
p { color: rgb(221,137,108); }
H1.HeaderClassName
{
color: #DD896C;
}
.AnyTagClassName
{
color: #DD896C;
}
</style>
background-color css
<style>
a { background-color: #DD896C; }
a { background-color: rgb(221,137,108); }
div.DivClassName
{
background-color: #DD896C;
}
.BgClassName
{
background-color: #DD896C;
}
</style>
border-color css
<style>
span { border-color: #DD896C; }
span { border-color: rgb(221,137,108); }
td.TdClassName
{
border-color: #DD896C;
}
.TagClassName
{
border-color: #DD896C;
}
</style>