Shades of Copper #DF9270
Tints of Copper #DF9270
RGB
CMYK
RGB Variations
Color information
#DF9270 (or 0xDF9270) is known color: Copper. HEX triplet: DF, 92 and 70. RGB value is (223,146,112). Sum of RGB (Red+Green+Blue) = 223+146+112=481 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.36% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 112 (44.14% from 255 or 23.28% from 481); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9270 is #206D8F. Grayscale: #A5A5A5. Windows color (decimal): -2125200 or 7377631. OLE color: 7377631.
HSL color Cylindrical-coordinate representation of color #DF9270: hue angle of 18.38º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF9270 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 112 | - |
| CMYK | 0 | 0.35 | 0.50 | 0.13 |
| HSL | 18.38º | 0.63% | 0.66% | - |
| HSV(B) | 18.38º | 0.5% | 0.87% | - |
| XYZ | 43.63 | 37.42 | 20.25 | - |
| YUV | 165.15 | 98.01 | 169.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 112 | 0 | 0.35 | 0.50 | 0.13 | 18.38 | 0.63 | 0.66 |
| Hex | DF | 92 | 70 | 0 | 23 | 32 | D | 12 | 3F | 42 |
| Octal | 337 | 222 | 160 | 0 | 43 | 62 | 15 | 22 | 77 | 102 |
| Binary | 11011111 | 10010010 | 1110000 | 0 | 100011 | 110010 | 1101 | 10010 | 111111 | 1000010 |
Color Harmonies of #DF9270
Complementary color
Monochromatic Colors of #DF9270
Black with #DF9270
Text Example
Text Example
White with #DF9270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9270; }
p { color: rgb(223,146,112); }
H1.HeaderClassName
{
color: #DF9270;
}
.AnyTagClassName
{
color: #DF9270;
}
</style>
background-color css
<style>
a { background-color: #DF9270; }
a { background-color: rgb(223,146,112); }
div.DivClassName
{
background-color: #DF9270;
}
.BgClassName
{
background-color: #DF9270;
}
</style>
border-color css
<style>
span { border-color: #DF9270; }
span { border-color: rgb(223,146,112); }
td.TdClassName
{
border-color: #DF9270;
}
.TagClassName
{
border-color: #DF9270;
}
</style>