Shades of Copper #DD946C
Tints of Copper #DD946C
RGB
CMYK
RGB Variations
Color information
#DD946C (or 0xDD946C) is known color: Copper. HEX triplet: DD, 94 and 6C. RGB value is (221,148,108). Sum of RGB (Red+Green+Blue) = 221+148+108=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD946C is #226B93. Grayscale: #A5A5A5. Windows color (decimal): -2255764 or 7115997. OLE color: 7115997.
HSL color Cylindrical-coordinate representation of color #DD946C: hue angle of 21.24º 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 #DD946C is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 148 | 108 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.13 |
| HSL | 21.24º | 0.62% | 0.65% | - |
| HSV(B) | 21.24º | 0.51% | 0.87% | - |
| XYZ | 43.12 | 37.63 | 19.18 | - |
| YUV | 165.27 | 95.68 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 148 | 108 | 0 | 0.33 | 0.51 | 0.13 | 21.24 | 0.62 | 0.65 |
| Hex | DD | 94 | 6C | 0 | 21 | 33 | D | 15 | 3E | 41 |
| Octal | 335 | 224 | 154 | 0 | 41 | 63 | 15 | 25 | 76 | 101 |
| Binary | 11011101 | 10010100 | 1101100 | 0 | 100001 | 110011 | 1101 | 10101 | 111110 | 1000001 |
Color Harmonies of #DD946C
Complementary color
Monochromatic Colors of #DD946C
Black with #DD946C
Text Example
Text Example
White with #DD946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD946C; }
p { color: rgb(221,148,108); }
H1.HeaderClassName
{
color: #DD946C;
}
.AnyTagClassName
{
color: #DD946C;
}
</style>
background-color css
<style>
a { background-color: #DD946C; }
a { background-color: rgb(221,148,108); }
div.DivClassName
{
background-color: #DD946C;
}
.BgClassName
{
background-color: #DD946C;
}
</style>
border-color css
<style>
span { border-color: #DD946C; }
span { border-color: rgb(221,148,108); }
td.TdClassName
{
border-color: #DD946C;
}
.TagClassName
{
border-color: #DD946C;
}
</style>