Shades of Copper #DD875F
Tints of Copper #DD875F
RGB
CMYK
RGB Variations
Color information
#DD875F (or 0xDD875F) is known color: Copper. HEX triplet: DD, 87 and 5F. RGB value is (221,135,95). Sum of RGB (Red+Green+Blue) = 221+135+95=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 135 (53.12% from 255 or 29.93% from 451); Blue value is 95 (37.5% from 255 or 21.06% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD875F is #2278A0. Grayscale: #9C9C9C. Windows color (decimal): -2259105 or 6260701. OLE color: 6260701.
HSL color Cylindrical-coordinate representation of color #DD875F: hue angle of 19.05º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD875F is Cyan = 0, Magento = 0.39, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 95 | - |
| CMYK | 0 | 0.39 | 0.57 | 0.13 |
| HSL | 19.05º | 0.65% | 0.62% | - |
| HSV(B) | 19.05º | 0.57% | 0.87% | - |
| XYZ | 40.55 | 33.53 | 15.16 | - |
| YUV | 156.15 | 93.49 | 174.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 95 | 0 | 0.39 | 0.57 | 0.13 | 19.05 | 0.65 | 0.62 |
| Hex | DD | 87 | 5F | 0 | 27 | 39 | D | 13 | 41 | 3E |
| Octal | 335 | 207 | 137 | 0 | 47 | 71 | 15 | 23 | 101 | 76 |
| Binary | 11011101 | 10000111 | 1011111 | 0 | 100111 | 111001 | 1101 | 10011 | 1000001 | 111110 |
Color Harmonies of #DD875F
Complementary color
Monochromatic Colors of #DD875F
Black with #DD875F
Text Example
Text Example
White with #DD875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD875F; }
p { color: rgb(221,135,95); }
H1.HeaderClassName
{
color: #DD875F;
}
.AnyTagClassName
{
color: #DD875F;
}
</style>
background-color css
<style>
a { background-color: #DD875F; }
a { background-color: rgb(221,135,95); }
div.DivClassName
{
background-color: #DD875F;
}
.BgClassName
{
background-color: #DD875F;
}
</style>
border-color css
<style>
span { border-color: #DD875F; }
span { border-color: rgb(221,135,95); }
td.TdClassName
{
border-color: #DD875F;
}
.TagClassName
{
border-color: #DD875F;
}
</style>