Shades of Copper #DD875C
Tints of Copper #DD875C
RGB
CMYK
RGB Variations
Color information
#DD875C (or 0xDD875C) is known color: Copper. HEX triplet: DD, 87 and 5C. RGB value is (221,135,92). Sum of RGB (Red+Green+Blue) = 221+135+92=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD875C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD875C is #2278A3. Grayscale: #9C9C9C. Windows color (decimal): -2259108 or 6064093. OLE color: 6064093.
HSL color Cylindrical-coordinate representation of color #DD875C: hue angle of 20º 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 #DD875C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 92 | - |
| CMYK | 0 | 0.39 | 0.58 | 0.13 |
| HSL | 20º | 0.65% | 0.61% | - |
| HSV(B) | 20º | 0.58% | 0.87% | - |
| XYZ | 40.41 | 33.47 | 14.46 | - |
| YUV | 155.81 | 91.99 | 174.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 92 | 0 | 0.39 | 0.58 | 0.13 | 20 | 0.65 | 0.61 |
| Hex | DD | 87 | 5C | 0 | 27 | 3A | D | 14 | 41 | 3D |
| Octal | 335 | 207 | 134 | 0 | 47 | 72 | 15 | 24 | 101 | 75 |
| Binary | 11011101 | 10000111 | 1011100 | 0 | 100111 | 111010 | 1101 | 10100 | 1000001 | 111101 |
Color Harmonies of #DD875C
Complementary color
Monochromatic Colors of #DD875C
Black with #DD875C
Text Example
Text Example
White with #DD875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD875C; }
p { color: rgb(221,135,92); }
H1.HeaderClassName
{
color: #DD875C;
}
.AnyTagClassName
{
color: #DD875C;
}
</style>
background-color css
<style>
a { background-color: #DD875C; }
a { background-color: rgb(221,135,92); }
div.DivClassName
{
background-color: #DD875C;
}
.BgClassName
{
background-color: #DD875C;
}
</style>
border-color css
<style>
span { border-color: #DD875C; }
span { border-color: rgb(221,135,92); }
td.TdClassName
{
border-color: #DD875C;
}
.TagClassName
{
border-color: #DD875C;
}
</style>