Shades of Copper #DD946D
Tints of Copper #DD946D
RGB
CMYK
RGB Variations
Color information
#DD946D (or 0xDD946D) is known color: Copper. HEX triplet: DD, 94 and 6D. RGB value is (221,148,109). Sum of RGB (Red+Green+Blue) = 221+148+109=478 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.23% from 478); Green value is 148 (58.20% from 255 or 30.96% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 221 - color contains mainly: red. Hex color #DD946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD946D is #226B92. Grayscale: #A5A5A5. Windows color (decimal): -2255763 or 7181533. OLE color: 7181533.
HSL color Cylindrical-coordinate representation of color #DD946D: hue angle of 20.89º 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 #DD946D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 109 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.13 |
| HSL | 20.89º | 0.62% | 0.65% | - |
| HSV(B) | 20.89º | 0.51% | 0.87% | - |
| XYZ | 43.17 | 37.66 | 19.46 | - |
| YUV | 165.38 | 96.18 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 109 | 0 | 0.33 | 0.51 | 0.13 | 20.89 | 0.62 | 0.65 |
| Hex | DD | 94 | 6D | 0 | 21 | 33 | D | 15 | 3E | 41 |
| Octal | 335 | 224 | 155 | 0 | 41 | 63 | 15 | 25 | 76 | 101 |
| Binary | 11011101 | 10010100 | 1101101 | 0 | 100001 | 110011 | 1101 | 10101 | 111110 | 1000001 |
Color Harmonies of #DD946D
Complementary color
Monochromatic Colors of #DD946D
Black with #DD946D
Text Example
Text Example
White with #DD946D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD946D; }
p { color: rgb(221,148,109); }
H1.HeaderClassName
{
color: #DD946D;
}
.AnyTagClassName
{
color: #DD946D;
}
</style>
background-color css
<style>
a { background-color: #DD946D; }
a { background-color: rgb(221,148,109); }
div.DivClassName
{
background-color: #DD946D;
}
.BgClassName
{
background-color: #DD946D;
}
</style>
border-color css
<style>
span { border-color: #DD946D; }
span { border-color: rgb(221,148,109); }
td.TdClassName
{
border-color: #DD946D;
}
.TagClassName
{
border-color: #DD946D;
}
</style>