Shades of Copper #DD966D
Tints of Copper #DD966D
RGB
CMYK
RGB Variations
Color information
#DD966D (or 0xDD966D) is known color: Copper. HEX triplet: DD, 96 and 6D. RGB value is (221,150,109). Sum of RGB (Red+Green+Blue) = 221+150+109=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 150 (58.98% from 255 or 31.25% from 480); Blue value is 109 (42.97% from 255 or 22.71% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD966D is #226992. Grayscale: #A6A6A6. Windows color (decimal): -2255251 or 7182045. OLE color: 7182045.
HSL color Cylindrical-coordinate representation of color #DD966D: hue angle of 21.96º 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 #DD966D is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 109 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.13 |
| HSL | 21.96º | 0.62% | 0.65% | - |
| HSV(B) | 21.96º | 0.51% | 0.87% | - |
| XYZ | 43.49 | 38.29 | 19.57 | - |
| YUV | 166.56 | 95.52 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 109 | 0 | 0.32 | 0.51 | 0.13 | 21.96 | 0.62 | 0.65 |
| Hex | DD | 96 | 6D | 0 | 20 | 33 | D | 16 | 3E | 41 |
| Octal | 335 | 226 | 155 | 0 | 40 | 63 | 15 | 26 | 76 | 101 |
| Binary | 11011101 | 10010110 | 1101101 | 0 | 100000 | 110011 | 1101 | 10110 | 111110 | 1000001 |
Color Harmonies of #DD966D
Complementary color
Monochromatic Colors of #DD966D
Black with #DD966D
Text Example
Text Example
White with #DD966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD966D; }
p { color: rgb(221,150,109); }
H1.HeaderClassName
{
color: #DD966D;
}
.AnyTagClassName
{
color: #DD966D;
}
</style>
background-color css
<style>
a { background-color: #DD966D; }
a { background-color: rgb(221,150,109); }
div.DivClassName
{
background-color: #DD966D;
}
.BgClassName
{
background-color: #DD966D;
}
</style>
border-color css
<style>
span { border-color: #DD966D; }
span { border-color: rgb(221,150,109); }
td.TdClassName
{
border-color: #DD966D;
}
.TagClassName
{
border-color: #DD966D;
}
</style>