Shades of Copper #DD9365
Tints of Copper #DD9365
RGB
CMYK
RGB Variations
Color information
#DD9365 (or 0xDD9365) is known color: Copper. HEX triplet: DD, 93 and 65. RGB value is (221,147,101). Sum of RGB (Red+Green+Blue) = 221+147+101=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 147 (57.81% from 255 or 31.34% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9365 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9365 is #226C9A. Grayscale: #A4A4A4. Windows color (decimal): -2256027 or 6656989. OLE color: 6656989.
HSL color Cylindrical-coordinate representation of color #DD9365: hue angle of 23º 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 #DD9365 is Cyan = 0, Magento = 0.33, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 147 | 101 | - |
| CMYK | 0 | 0.33 | 0.54 | 0.13 |
| HSL | 23º | 0.64% | 0.63% | - |
| HSV(B) | 23º | 0.54% | 0.87% | - |
| XYZ | 42.6 | 37.18 | 17.24 | - |
| YUV | 163.88 | 92.52 | 168.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 147 | 101 | 0 | 0.33 | 0.54 | 0.13 | 23 | 0.64 | 0.63 |
| Hex | DD | 93 | 65 | 0 | 21 | 36 | D | 17 | 40 | 3F |
| Octal | 335 | 223 | 145 | 0 | 41 | 66 | 15 | 27 | 100 | 77 |
| Binary | 11011101 | 10010011 | 1100101 | 0 | 100001 | 110110 | 1101 | 10111 | 1000000 | 111111 |
Color Harmonies of #DD9365
Complementary color
Monochromatic Colors of #DD9365
Black with #DD9365
Text Example
Text Example
White with #DD9365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD9365; }
p { color: rgb(221,147,101); }
H1.HeaderClassName
{
color: #DD9365;
}
.AnyTagClassName
{
color: #DD9365;
}
</style>
background-color css
<style>
a { background-color: #DD9365; }
a { background-color: rgb(221,147,101); }
div.DivClassName
{
background-color: #DD9365;
}
.BgClassName
{
background-color: #DD9365;
}
</style>
border-color css
<style>
span { border-color: #DD9365; }
span { border-color: rgb(221,147,101); }
td.TdClassName
{
border-color: #DD9365;
}
.TagClassName
{
border-color: #DD9365;
}
</style>