Shades of Copper #DF9065
Tints of Copper #DF9065
RGB
CMYK
RGB Variations
Color information
#DF9065 (or 0xDF9065) is known color: Copper. HEX triplet: DF, 90 and 65. RGB value is (223,144,101). Sum of RGB (Red+Green+Blue) = 223+144+101=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9065 is #206F9A. Grayscale: #A2A2A2. Windows color (decimal): -2125723 or 6656223. OLE color: 6656223.
HSL color Cylindrical-coordinate representation of color #DF9065: hue angle of 21.15º 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 #DF9065 is Cyan = 0, Magento = 0.35, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 144 | 101 | - |
| CMYK | 0 | 0.35 | 0.55 | 0.13 |
| HSL | 21.15º | 0.66% | 0.64% | - |
| HSV(B) | 21.15º | 0.55% | 0.87% | - |
| XYZ | 42.75 | 36.57 | 17.12 | - |
| YUV | 162.72 | 93.17 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 144 | 101 | 0 | 0.35 | 0.55 | 0.13 | 21.15 | 0.66 | 0.64 |
| Hex | DF | 90 | 65 | 0 | 23 | 37 | D | 15 | 42 | 40 |
| Octal | 337 | 220 | 145 | 0 | 43 | 67 | 15 | 25 | 102 | 100 |
| Binary | 11011111 | 10010000 | 1100101 | 0 | 100011 | 110111 | 1101 | 10101 | 1000010 | 1000000 |
Color Harmonies of #DF9065
Complementary color
Monochromatic Colors of #DF9065
Black with #DF9065
Text Example
Text Example
White with #DF9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9065; }
p { color: rgb(223,144,101); }
H1.HeaderClassName
{
color: #DF9065;
}
.AnyTagClassName
{
color: #DF9065;
}
</style>
background-color css
<style>
a { background-color: #DF9065; }
a { background-color: rgb(223,144,101); }
div.DivClassName
{
background-color: #DF9065;
}
.BgClassName
{
background-color: #DF9065;
}
</style>
border-color css
<style>
span { border-color: #DF9065; }
span { border-color: rgb(223,144,101); }
td.TdClassName
{
border-color: #DF9065;
}
.TagClassName
{
border-color: #DF9065;
}
</style>