Shades of Copper #DD9065
Tints of Copper #DD9065
RGB
CMYK
RGB Variations
Color information
#DD9065 (or 0xDD9065) is known color: Copper. HEX triplet: DD, 90 and 65. RGB value is (221,144,101). Sum of RGB (Red+Green+Blue) = 221+144+101=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 101 (39.84% from 255 or 21.67% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9065 is #226F9A. Grayscale: #A2A2A2. Windows color (decimal): -2256795 or 6656221. OLE color: 6656221.
HSL color Cylindrical-coordinate representation of color #DD9065: hue angle of 21.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD9065 is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 144 | 101 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.13 |
| HSL | 21.5º | 0.64% | 0.63% | - |
| HSV(B) | 21.5º | 0.54% | 0.87% | - |
| XYZ | 42.14 | 36.26 | 17.09 | - |
| YUV | 162.12 | 93.51 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 144 | 101 | 0 | 0.35 | 0.54 | 0.13 | 21.5 | 0.64 | 0.63 |
| Hex | DD | 90 | 65 | 0 | 23 | 36 | D | 16 | 40 | 3F |
| Octal | 335 | 220 | 145 | 0 | 43 | 66 | 15 | 26 | 100 | 77 |
| Binary | 11011101 | 10010000 | 1100101 | 0 | 100011 | 110110 | 1101 | 10110 | 1000000 | 111111 |
Color Harmonies of #DD9065
Complementary color
Monochromatic Colors of #DD9065
Black with #DD9065
Text Example
Text Example
White with #DD9065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9065; }
p { color: rgb(221,144,101); }
H1.HeaderClassName
{
color: #DD9065;
}
.AnyTagClassName
{
color: #DD9065;
}
</style>
background-color css
<style>
a { background-color: #DD9065; }
a { background-color: rgb(221,144,101); }
div.DivClassName
{
background-color: #DD9065;
}
.BgClassName
{
background-color: #DD9065;
}
</style>
border-color css
<style>
span { border-color: #DD9065; }
span { border-color: rgb(221,144,101); }
td.TdClassName
{
border-color: #DD9065;
}
.TagClassName
{
border-color: #DD9065;
}
</style>