Shades of Copper #DF966A
Tints of Copper #DF966A
RGB
CMYK
RGB Variations
Color information
#DF966A (or 0xDF966A) is known color: Copper. HEX triplet: DF, 96 and 6A. RGB value is (223,150,106). Sum of RGB (Red+Green+Blue) = 223+150+106=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF966A is #206995. Grayscale: #A7A7A7. Windows color (decimal): -2124182 or 6985439. OLE color: 6985439.
HSL color Cylindrical-coordinate representation of color #DF966A: hue angle of 22.56º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF966A is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 106 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.13 |
| HSL | 22.56º | 0.65% | 0.65% | - |
| HSV(B) | 22.56º | 0.52% | 0.87% | - |
| XYZ | 43.94 | 38.54 | 18.76 | - |
| YUV | 166.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 106 | 0 | 0.33 | 0.52 | 0.13 | 22.56 | 0.65 | 0.65 |
| Hex | DF | 96 | 6A | 0 | 21 | 34 | D | 17 | 41 | 41 |
| Octal | 337 | 226 | 152 | 0 | 41 | 64 | 15 | 27 | 101 | 101 |
| Binary | 11011111 | 10010110 | 1101010 | 0 | 100001 | 110100 | 1101 | 10111 | 1000001 | 1000001 |
Color Harmonies of #DF966A
Complementary color
Monochromatic Colors of #DF966A
Black with #DF966A
Text Example
Text Example
White with #DF966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF966A; }
p { color: rgb(223,150,106); }
H1.HeaderClassName
{
color: #DF966A;
}
.AnyTagClassName
{
color: #DF966A;
}
</style>
background-color css
<style>
a { background-color: #DF966A; }
a { background-color: rgb(223,150,106); }
div.DivClassName
{
background-color: #DF966A;
}
.BgClassName
{
background-color: #DF966A;
}
</style>
border-color css
<style>
span { border-color: #DF966A; }
span { border-color: rgb(223,150,106); }
td.TdClassName
{
border-color: #DF966A;
}
.TagClassName
{
border-color: #DF966A;
}
</style>