Shades of Copper #DD8B65
Tints of Copper #DD8B65
RGB
CMYK
RGB Variations
Color information
#DD8B65 (or 0xDD8B65) is known color: Copper. HEX triplet: DD, 8B and 65. RGB value is (221,139,101). Sum of RGB (Red+Green+Blue) = 221+139+101=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B65 is #22749A. Grayscale: #9F9F9F. Windows color (decimal): -2258075 or 6654941. OLE color: 6654941.
HSL color Cylindrical-coordinate representation of color #DD8B65: hue angle of 19º 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 #DD8B65 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 101 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.13 |
| HSL | 19º | 0.64% | 0.63% | - |
| HSV(B) | 19º | 0.54% | 0.87% | - |
| XYZ | 41.4 | 34.78 | 16.84 | - |
| YUV | 159.19 | 95.17 | 172.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 101 | 0 | 0.37 | 0.54 | 0.13 | 19 | 0.64 | 0.63 |
| Hex | DD | 8B | 65 | 0 | 25 | 36 | D | 13 | 40 | 3F |
| Octal | 335 | 213 | 145 | 0 | 45 | 66 | 15 | 23 | 100 | 77 |
| Binary | 11011101 | 10001011 | 1100101 | 0 | 100101 | 110110 | 1101 | 10011 | 1000000 | 111111 |
Color Harmonies of #DD8B65
Complementary color
Monochromatic Colors of #DD8B65
Black with #DD8B65
Text Example
Text Example
White with #DD8B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B65; }
p { color: rgb(221,139,101); }
H1.HeaderClassName
{
color: #DD8B65;
}
.AnyTagClassName
{
color: #DD8B65;
}
</style>
background-color css
<style>
a { background-color: #DD8B65; }
a { background-color: rgb(221,139,101); }
div.DivClassName
{
background-color: #DD8B65;
}
.BgClassName
{
background-color: #DD8B65;
}
</style>
border-color css
<style>
span { border-color: #DD8B65; }
span { border-color: rgb(221,139,101); }
td.TdClassName
{
border-color: #DD8B65;
}
.TagClassName
{
border-color: #DD8B65;
}
</style>