Shades of Copper #DD895C
Tints of Copper #DD895C
RGB
CMYK
RGB Variations
Color information
#DD895C (or 0xDD895C) is known color: Copper. HEX triplet: DD, 89 and 5C. RGB value is (221,137,92). Sum of RGB (Red+Green+Blue) = 221+137+92=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 137 (53.91% from 255 or 30.44% from 450); Blue value is 92 (36.33% from 255 or 20.44% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD895C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD895C is #2276A3. Grayscale: #9D9D9D. Windows color (decimal): -2258596 or 6064605. OLE color: 6064605.
HSL color Cylindrical-coordinate representation of color #DD895C: hue angle of 20.93º 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 #DD895C is Cyan = 0, Magento = 0.38, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 137 | 92 | - |
| CMYK | 0 | 0.38 | 0.58 | 0.13 |
| HSL | 20.93º | 0.65% | 0.61% | - |
| HSV(B) | 20.93º | 0.58% | 0.87% | - |
| XYZ | 40.7 | 34.04 | 14.55 | - |
| YUV | 156.99 | 91.33 | 173.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 137 | 92 | 0 | 0.38 | 0.58 | 0.13 | 20.93 | 0.65 | 0.61 |
| Hex | DD | 89 | 5C | 0 | 26 | 3A | D | 15 | 41 | 3D |
| Octal | 335 | 211 | 134 | 0 | 46 | 72 | 15 | 25 | 101 | 75 |
| Binary | 11011101 | 10001001 | 1011100 | 0 | 100110 | 111010 | 1101 | 10101 | 1000001 | 111101 |
Color Harmonies of #DD895C
Complementary color
Monochromatic Colors of #DD895C
Black with #DD895C
Text Example
Text Example
White with #DD895C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD895C; }
p { color: rgb(221,137,92); }
H1.HeaderClassName
{
color: #DD895C;
}
.AnyTagClassName
{
color: #DD895C;
}
</style>
background-color css
<style>
a { background-color: #DD895C; }
a { background-color: rgb(221,137,92); }
div.DivClassName
{
background-color: #DD895C;
}
.BgClassName
{
background-color: #DD895C;
}
</style>
border-color css
<style>
span { border-color: #DD895C; }
span { border-color: rgb(221,137,92); }
td.TdClassName
{
border-color: #DD895C;
}
.TagClassName
{
border-color: #DD895C;
}
</style>