Shades of Copper #DF875A
Tints of Copper #DF875A
RGB
CMYK
RGB Variations
Color information
#DF875A (or 0xDF875A) is known color: Copper. HEX triplet: DF, 87 and 5A. RGB value is (223,135,90). Sum of RGB (Red+Green+Blue) = 223+135+90=448 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.78% from 448); Green value is 135 (53.12% from 255 or 30.13% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 223 - color contains mainly: red. Hex color #DF875A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF875A is #2078A5. Grayscale: #9C9C9C. Windows color (decimal): -2128038 or 5933023. OLE color: 5933023.
HSL color Cylindrical-coordinate representation of color #DF875A: hue angle of 20.3º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF875A is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 90 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.13 |
| HSL | 20.3º | 0.68% | 0.61% | - |
| HSV(B) | 20.3º | 0.6% | 0.87% | - |
| XYZ | 40.94 | 33.75 | 14.03 | - |
| YUV | 156.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 90 | 0 | 0.39 | 0.60 | 0.13 | 20.3 | 0.68 | 0.61 |
| Hex | DF | 87 | 5A | 0 | 27 | 3C | D | 14 | 44 | 3D |
| Octal | 337 | 207 | 132 | 0 | 47 | 74 | 15 | 24 | 104 | 75 |
| Binary | 11011111 | 10000111 | 1011010 | 0 | 100111 | 111100 | 1101 | 10100 | 1000100 | 111101 |
Color Harmonies of #DF875A
Complementary color
Monochromatic Colors of #DF875A
Black with #DF875A
Text Example
Text Example
White with #DF875A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF875A; }
p { color: rgb(223,135,90); }
H1.HeaderClassName
{
color: #DF875A;
}
.AnyTagClassName
{
color: #DF875A;
}
</style>
background-color css
<style>
a { background-color: #DF875A; }
a { background-color: rgb(223,135,90); }
div.DivClassName
{
background-color: #DF875A;
}
.BgClassName
{
background-color: #DF875A;
}
</style>
border-color css
<style>
span { border-color: #DF875A; }
span { border-color: rgb(223,135,90); }
td.TdClassName
{
border-color: #DF875A;
}
.TagClassName
{
border-color: #DF875A;
}
</style>