Shades of Copper #DD875B
Tints of Copper #DD875B
RGB
CMYK
RGB Variations
Color information
#DD875B (or 0xDD875B) is known color: Copper. HEX triplet: DD, 87 and 5B. RGB value is (221,135,91). Sum of RGB (Red+Green+Blue) = 221+135+91=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 135 (53.12% from 255 or 30.20% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD875B is #2278A4. Grayscale: #9B9B9B. Windows color (decimal): -2259109 or 5998557. OLE color: 5998557.
HSL color Cylindrical-coordinate representation of color #DD875B: hue angle of 20.31º 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 #DD875B is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 135 | 91 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.13 |
| HSL | 20.31º | 0.66% | 0.61% | - |
| HSV(B) | 20.31º | 0.59% | 0.87% | - |
| XYZ | 40.37 | 33.46 | 14.23 | - |
| YUV | 155.7 | 91.49 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 135 | 91 | 0 | 0.39 | 0.59 | 0.13 | 20.31 | 0.66 | 0.61 |
| Hex | DD | 87 | 5B | 0 | 27 | 3B | D | 14 | 42 | 3D |
| Octal | 335 | 207 | 133 | 0 | 47 | 73 | 15 | 24 | 102 | 75 |
| Binary | 11011101 | 10000111 | 1011011 | 0 | 100111 | 111011 | 1101 | 10100 | 1000010 | 111101 |
Color Harmonies of #DD875B
Complementary color
Monochromatic Colors of #DD875B
Black with #DD875B
Text Example
Text Example
White with #DD875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD875B; }
p { color: rgb(221,135,91); }
H1.HeaderClassName
{
color: #DD875B;
}
.AnyTagClassName
{
color: #DD875B;
}
</style>
background-color css
<style>
a { background-color: #DD875B; }
a { background-color: rgb(221,135,91); }
div.DivClassName
{
background-color: #DD875B;
}
.BgClassName
{
background-color: #DD875B;
}
</style>
border-color css
<style>
span { border-color: #DD875B; }
span { border-color: rgb(221,135,91); }
td.TdClassName
{
border-color: #DD875B;
}
.TagClassName
{
border-color: #DD875B;
}
</style>