Shades of Copper #DD875A
Tints of Copper #DD875A
RGB
CMYK
RGB Variations
Color information
#DD875A (or 0xDD875A) is known color: Copper. HEX triplet: DD, 87 and 5A. RGB value is (221,135,90). Sum of RGB (Red+Green+Blue) = 221+135+90=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 135 (53.12% from 255 or 30.27% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD875A is #2278A5. Grayscale: #9B9B9B. Windows color (decimal): -2259110 or 5933021. OLE color: 5933021.
HSL color Cylindrical-coordinate representation of color #DD875A: hue angle of 20.61º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD875A is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 90 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.13 |
| HSL | 20.61º | 0.66% | 0.61% | - |
| HSV(B) | 20.61º | 0.59% | 0.87% | - |
| XYZ | 40.33 | 33.44 | 14 | - |
| YUV | 155.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 90 | 0 | 0.39 | 0.59 | 0.13 | 20.61 | 0.66 | 0.61 |
| Hex | DD | 87 | 5A | 0 | 27 | 3B | D | 15 | 42 | 3D |
| Octal | 335 | 207 | 132 | 0 | 47 | 73 | 15 | 25 | 102 | 75 |
| Binary | 11011101 | 10000111 | 1011010 | 0 | 100111 | 111011 | 1101 | 10101 | 1000010 | 111101 |
Color Harmonies of #DD875A
Complementary color
Monochromatic Colors of #DD875A
Black with #DD875A
Text Example
Text Example
White with #DD875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD875A; }
p { color: rgb(221,135,90); }
H1.HeaderClassName
{
color: #DD875A;
}
.AnyTagClassName
{
color: #DD875A;
}
</style>
background-color css
<style>
a { background-color: #DD875A; }
a { background-color: rgb(221,135,90); }
div.DivClassName
{
background-color: #DD875A;
}
.BgClassName
{
background-color: #DD875A;
}
</style>
border-color css
<style>
span { border-color: #DD875A; }
span { border-color: rgb(221,135,90); }
td.TdClassName
{
border-color: #DD875A;
}
.TagClassName
{
border-color: #DD875A;
}
</style>