Shades of Copper #DF8962
Tints of Copper #DF8962
RGB
CMYK
RGB Variations
Color information
#DF8962 (or 0xDF8962) is known color: Copper. HEX triplet: DF, 89 and 62. RGB value is (223,137,98). Sum of RGB (Red+Green+Blue) = 223+137+98=458 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.69% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 98 (38.67% from 255 or 21.40% from 458); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8962 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8962 is #20769D. Grayscale: #9E9E9E. Windows color (decimal): -2127518 or 6457823. OLE color: 6457823.
HSL color Cylindrical-coordinate representation of color #DF8962: hue angle of 18.72º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF8962 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 137 | 98 | - |
| CMYK | 0 | 0.39 | 0.56 | 0.13 |
| HSL | 18.72º | 0.66% | 0.63% | - |
| HSV(B) | 18.72º | 0.56% | 0.87% | - |
| XYZ | 41.58 | 34.46 | 16.02 | - |
| YUV | 158.27 | 93.99 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 137 | 98 | 0 | 0.39 | 0.56 | 0.13 | 18.72 | 0.66 | 0.63 |
| Hex | DF | 89 | 62 | 0 | 27 | 38 | D | 13 | 42 | 3F |
| Octal | 337 | 211 | 142 | 0 | 47 | 70 | 15 | 23 | 102 | 77 |
| Binary | 11011111 | 10001001 | 1100010 | 0 | 100111 | 111000 | 1101 | 10011 | 1000010 | 111111 |
Color Harmonies of #DF8962
Complementary color
Monochromatic Colors of #DF8962
Black with #DF8962
Text Example
Text Example
White with #DF8962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8962; }
p { color: rgb(223,137,98); }
H1.HeaderClassName
{
color: #DF8962;
}
.AnyTagClassName
{
color: #DF8962;
}
</style>
background-color css
<style>
a { background-color: #DF8962; }
a { background-color: rgb(223,137,98); }
div.DivClassName
{
background-color: #DF8962;
}
.BgClassName
{
background-color: #DF8962;
}
</style>
border-color css
<style>
span { border-color: #DF8962; }
span { border-color: rgb(223,137,98); }
td.TdClassName
{
border-color: #DF8962;
}
.TagClassName
{
border-color: #DF8962;
}
</style>