Shades of Copper #DF875B
Tints of Copper #DF875B
RGB
CMYK
RGB Variations
Color information
#DF875B (or 0xDF875B) is known color: Copper. HEX triplet: DF, 87 and 5B. RGB value is (223,135,91). Sum of RGB (Red+Green+Blue) = 223+135+91=449 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.67% from 449); Green value is 135 (53.12% from 255 or 30.07% from 449); Blue value is 91 (35.94% from 255 or 20.27% from 449); Max value from RGB is 223 - color contains mainly: red. Hex color #DF875B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF875B is #2078A4. Grayscale: #9C9C9C. Windows color (decimal): -2128037 or 5998559. OLE color: 5998559.
HSL color Cylindrical-coordinate representation of color #DF875B: hue angle of 20º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DF875B is Cyan = 0, Magento = 0.39, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 135 | 91 | - |
| CMYK | 0 | 0.39 | 0.59 | 0.13 |
| HSL | 20º | 0.67% | 0.62% | - |
| HSV(B) | 20º | 0.59% | 0.87% | - |
| XYZ | 40.98 | 33.77 | 14.26 | - |
| YUV | 156.3 | 91.15 | 175.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 135 | 91 | 0 | 0.39 | 0.59 | 0.13 | 20 | 0.67 | 0.62 |
| Hex | DF | 87 | 5B | 0 | 27 | 3B | D | 14 | 43 | 3E |
| Octal | 337 | 207 | 133 | 0 | 47 | 73 | 15 | 24 | 103 | 76 |
| Binary | 11011111 | 10000111 | 1011011 | 0 | 100111 | 111011 | 1101 | 10100 | 1000011 | 111110 |
Color Harmonies of #DF875B
Complementary color
Monochromatic Colors of #DF875B
Black with #DF875B
Text Example
Text Example
White with #DF875B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF875B; }
p { color: rgb(223,135,91); }
H1.HeaderClassName
{
color: #DF875B;
}
.AnyTagClassName
{
color: #DF875B;
}
</style>
background-color css
<style>
a { background-color: #DF875B; }
a { background-color: rgb(223,135,91); }
div.DivClassName
{
background-color: #DF875B;
}
.BgClassName
{
background-color: #DF875B;
}
</style>
border-color css
<style>
span { border-color: #DF875B; }
span { border-color: rgb(223,135,91); }
td.TdClassName
{
border-color: #DF875B;
}
.TagClassName
{
border-color: #DF875B;
}
</style>