Shades of Copper #DD966A
Tints of Copper #DD966A
RGB
CMYK
RGB Variations
Color information
#DD966A (or 0xDD966A) is known color: Copper. HEX triplet: DD, 96 and 6A. RGB value is (221,150,106). Sum of RGB (Red+Green+Blue) = 221+150+106=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 150 (58.98% from 255 or 31.45% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD966A is #226995. Grayscale: #A6A6A6. Windows color (decimal): -2255254 or 6985437. OLE color: 6985437.
HSL color Cylindrical-coordinate representation of color #DD966A: hue angle of 22.96º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD966A is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 106 | - |
| CMYK | 0 | 0.32 | 0.52 | 0.13 |
| HSL | 22.96º | 0.63% | 0.64% | - |
| HSV(B) | 22.96º | 0.52% | 0.87% | - |
| XYZ | 43.33 | 38.23 | 18.73 | - |
| YUV | 166.21 | 94.02 | 167.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 106 | 0 | 0.32 | 0.52 | 0.13 | 22.96 | 0.63 | 0.64 |
| Hex | DD | 96 | 6A | 0 | 20 | 34 | D | 17 | 3F | 40 |
| Octal | 335 | 226 | 152 | 0 | 40 | 64 | 15 | 27 | 77 | 100 |
| Binary | 11011101 | 10010110 | 1101010 | 0 | 100000 | 110100 | 1101 | 10111 | 111111 | 1000000 |
Color Harmonies of #DD966A
Complementary color
Monochromatic Colors of #DD966A
Black with #DD966A
Text Example
Text Example
White with #DD966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD966A; }
p { color: rgb(221,150,106); }
H1.HeaderClassName
{
color: #DD966A;
}
.AnyTagClassName
{
color: #DD966A;
}
</style>
background-color css
<style>
a { background-color: #DD966A; }
a { background-color: rgb(221,150,106); }
div.DivClassName
{
background-color: #DD966A;
}
.BgClassName
{
background-color: #DD966A;
}
</style>
border-color css
<style>
span { border-color: #DD966A; }
span { border-color: rgb(221,150,106); }
td.TdClassName
{
border-color: #DD966A;
}
.TagClassName
{
border-color: #DD966A;
}
</style>