Shades of Copper #DD8269
Tints of Copper #DD8269
RGB
CMYK
RGB Variations
Color information
#DD8269 (or 0xDD8269) is known color: Copper. HEX triplet: DD, 82 and 69. RGB value is (221,130,105). Sum of RGB (Red+Green+Blue) = 221+130+105=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8269 is #227D96. Grayscale: #9A9A9A. Windows color (decimal): -2260375 or 6914781. OLE color: 6914781.
HSL color Cylindrical-coordinate representation of color #DD8269: hue angle of 12.93º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD8269 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 130 | 105 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.13 |
| HSL | 12.93º | 0.63% | 0.64% | - |
| HSV(B) | 12.93º | 0.52% | 0.87% | - |
| XYZ | 40.35 | 32.36 | 17.48 | - |
| YUV | 154.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 130 | 105 | 0 | 0.41 | 0.52 | 0.13 | 12.93 | 0.63 | 0.64 |
| Hex | DD | 82 | 69 | 0 | 29 | 34 | D | D | 3F | 40 |
| Octal | 335 | 202 | 151 | 0 | 51 | 64 | 15 | 15 | 77 | 100 |
| Binary | 11011101 | 10000010 | 1101001 | 0 | 101001 | 110100 | 1101 | 1101 | 111111 | 1000000 |
Color Harmonies of #DD8269
Complementary color
Monochromatic Colors of #DD8269
Black with #DD8269
Text Example
Text Example
White with #DD8269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8269; }
p { color: rgb(221,130,105); }
H1.HeaderClassName
{
color: #DD8269;
}
.AnyTagClassName
{
color: #DD8269;
}
</style>
background-color css
<style>
a { background-color: #DD8269; }
a { background-color: rgb(221,130,105); }
div.DivClassName
{
background-color: #DD8269;
}
.BgClassName
{
background-color: #DD8269;
}
</style>
border-color css
<style>
span { border-color: #DD8269; }
span { border-color: rgb(221,130,105); }
td.TdClassName
{
border-color: #DD8269;
}
.TagClassName
{
border-color: #DD8269;
}
</style>