Shades of Copper #DF966B
Tints of Copper #DF966B
RGB
CMYK
RGB Variations
Color information
#DF966B (or 0xDF966B) is known color: Copper. HEX triplet: DF, 96 and 6B. RGB value is (223,150,107). Sum of RGB (Red+Green+Blue) = 223+150+107=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 107 (42.19% from 255 or 22.29% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DF966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF966B is #206994. Grayscale: #A7A7A7. Windows color (decimal): -2124181 or 7050975. OLE color: 7050975.
HSL color Cylindrical-coordinate representation of color #DF966B: hue angle of 22.24º degrees, saturation: 0.64, 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 #DF966B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 150 | 107 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.13 |
| HSL | 22.24º | 0.64% | 0.65% | - |
| HSV(B) | 22.24º | 0.52% | 0.87% | - |
| XYZ | 43.99 | 38.56 | 19.03 | - |
| YUV | 166.93 | 94.18 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 150 | 107 | 0 | 0.33 | 0.52 | 0.13 | 22.24 | 0.64 | 0.65 |
| Hex | DF | 96 | 6B | 0 | 21 | 34 | D | 16 | 40 | 41 |
| Octal | 337 | 226 | 153 | 0 | 41 | 64 | 15 | 26 | 100 | 101 |
| Binary | 11011111 | 10010110 | 1101011 | 0 | 100001 | 110100 | 1101 | 10110 | 1000000 | 1000001 |
Color Harmonies of #DF966B
Complementary color
Monochromatic Colors of #DF966B
Black with #DF966B
Text Example
Text Example
White with #DF966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF966B; }
p { color: rgb(223,150,107); }
H1.HeaderClassName
{
color: #DF966B;
}
.AnyTagClassName
{
color: #DF966B;
}
</style>
background-color css
<style>
a { background-color: #DF966B; }
a { background-color: rgb(223,150,107); }
div.DivClassName
{
background-color: #DF966B;
}
.BgClassName
{
background-color: #DF966B;
}
</style>
border-color css
<style>
span { border-color: #DF966B; }
span { border-color: rgb(223,150,107); }
td.TdClassName
{
border-color: #DF966B;
}
.TagClassName
{
border-color: #DF966B;
}
</style>