Shades of Copper #DD966C
Tints of Copper #DD966C
RGB
CMYK
RGB Variations
Color information
#DD966C (or 0xDD966C) is known color: Copper. HEX triplet: DD, 96 and 6C. RGB value is (221,150,108). Sum of RGB (Red+Green+Blue) = 221+150+108=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 108 (42.58% from 255 or 22.55% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD966C is #226993. Grayscale: #A6A6A6. Windows color (decimal): -2255252 or 7116509. OLE color: 7116509.
HSL color Cylindrical-coordinate representation of color #DD966C: hue angle of 22.3º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD966C is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 108 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.13 |
| HSL | 22.3º | 0.62% | 0.65% | - |
| HSV(B) | 22.3º | 0.51% | 0.87% | - |
| XYZ | 43.43 | 38.27 | 19.28 | - |
| YUV | 166.44 | 95.02 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 108 | 0 | 0.32 | 0.51 | 0.13 | 22.3 | 0.62 | 0.65 |
| Hex | DD | 96 | 6C | 0 | 20 | 33 | D | 16 | 3E | 41 |
| Octal | 335 | 226 | 154 | 0 | 40 | 63 | 15 | 26 | 76 | 101 |
| Binary | 11011101 | 10010110 | 1101100 | 0 | 100000 | 110011 | 1101 | 10110 | 111110 | 1000001 |
Color Harmonies of #DD966C
Complementary color
Monochromatic Colors of #DD966C
Black with #DD966C
Text Example
Text Example
White with #DD966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD966C; }
p { color: rgb(221,150,108); }
H1.HeaderClassName
{
color: #DD966C;
}
.AnyTagClassName
{
color: #DD966C;
}
</style>
background-color css
<style>
a { background-color: #DD966C; }
a { background-color: rgb(221,150,108); }
div.DivClassName
{
background-color: #DD966C;
}
.BgClassName
{
background-color: #DD966C;
}
</style>
border-color css
<style>
span { border-color: #DD966C; }
span { border-color: rgb(221,150,108); }
td.TdClassName
{
border-color: #DD966C;
}
.TagClassName
{
border-color: #DD966C;
}
</style>