Shades of Copper #DF9365
Tints of Copper #DF9365
RGB
CMYK
RGB Variations
Color information
#DF9365 (or 0xDF9365) is known color: Copper. HEX triplet: DF, 93 and 65. RGB value is (223,147,101). Sum of RGB (Red+Green+Blue) = 223+147+101=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 147 (57.81% from 255 or 31.21% from 471); Blue value is 101 (39.84% from 255 or 21.44% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9365 is #206C9A. Grayscale: #A4A4A4. Windows color (decimal): -2124955 or 6656991. OLE color: 6656991.
HSL color Cylindrical-coordinate representation of color #DF9365: hue angle of 22.62º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF9365 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 101 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.13 |
| HSL | 22.62º | 0.66% | 0.64% | - |
| HSV(B) | 22.62º | 0.55% | 0.87% | - |
| XYZ | 43.21 | 37.5 | 17.27 | - |
| YUV | 164.48 | 92.18 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 101 | 0 | 0.34 | 0.55 | 0.13 | 22.62 | 0.66 | 0.64 |
| Hex | DF | 93 | 65 | 0 | 22 | 37 | D | 17 | 42 | 40 |
| Octal | 337 | 223 | 145 | 0 | 42 | 67 | 15 | 27 | 102 | 100 |
| Binary | 11011111 | 10010011 | 1100101 | 0 | 100010 | 110111 | 1101 | 10111 | 1000010 | 1000000 |
Color Harmonies of #DF9365
Complementary color
Monochromatic Colors of #DF9365
Black with #DF9365
Text Example
Text Example
White with #DF9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9365; }
p { color: rgb(223,147,101); }
H1.HeaderClassName
{
color: #DF9365;
}
.AnyTagClassName
{
color: #DF9365;
}
</style>
background-color css
<style>
a { background-color: #DF9365; }
a { background-color: rgb(223,147,101); }
div.DivClassName
{
background-color: #DF9365;
}
.BgClassName
{
background-color: #DF9365;
}
</style>
border-color css
<style>
span { border-color: #DF9365; }
span { border-color: rgb(223,147,101); }
td.TdClassName
{
border-color: #DF9365;
}
.TagClassName
{
border-color: #DF9365;
}
</style>