Shades of Copper #DD8165
Tints of Copper #DD8165
RGB
CMYK
RGB Variations
Color information
#DD8165 (or 0xDD8165) is known color: Copper. HEX triplet: DD, 81 and 65. RGB value is (221,129,101). Sum of RGB (Red+Green+Blue) = 221+129+101=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 101 (39.84% from 255 or 22.39% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8165 is #227E9A. Grayscale: #999999. Windows color (decimal): -2260635 or 6652381. OLE color: 6652381.
HSL color Cylindrical-coordinate representation of color #DD8165: hue angle of 14º 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 #DD8165 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 129 | 101 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.13 |
| HSL | 14º | 0.64% | 0.63% | - |
| HSV(B) | 14º | 0.54% | 0.87% | - |
| XYZ | 40.02 | 32.01 | 16.38 | - |
| YUV | 153.32 | 98.48 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 129 | 101 | 0 | 0.42 | 0.54 | 0.13 | 14 | 0.64 | 0.63 |
| Hex | DD | 81 | 65 | 0 | 2A | 36 | D | E | 40 | 3F |
| Octal | 335 | 201 | 145 | 0 | 52 | 66 | 15 | 16 | 100 | 77 |
| Binary | 11011101 | 10000001 | 1100101 | 0 | 101010 | 110110 | 1101 | 1110 | 1000000 | 111111 |
Color Harmonies of #DD8165
Complementary color
Monochromatic Colors of #DD8165
Black with #DD8165
Text Example
Text Example
White with #DD8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8165; }
p { color: rgb(221,129,101); }
H1.HeaderClassName
{
color: #DD8165;
}
.AnyTagClassName
{
color: #DD8165;
}
</style>
background-color css
<style>
a { background-color: #DD8165; }
a { background-color: rgb(221,129,101); }
div.DivClassName
{
background-color: #DD8165;
}
.BgClassName
{
background-color: #DD8165;
}
</style>
border-color css
<style>
span { border-color: #DD8165; }
span { border-color: rgb(221,129,101); }
td.TdClassName
{
border-color: #DD8165;
}
.TagClassName
{
border-color: #DD8165;
}
</style>