Shades of Copper #DD8A6F
Tints of Copper #DD8A6F
RGB
CMYK
RGB Variations
Color information
#DD8A6F (or 0xDD8A6F) is known color: Copper. HEX triplet: DD, 8A and 6F. RGB value is (221,138,111). Sum of RGB (Red+Green+Blue) = 221+138+111=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 138 (54.30% from 255 or 29.36% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A6F is #227590. Grayscale: #9F9F9F. Windows color (decimal): -2258321 or 7310045. OLE color: 7310045.
HSL color Cylindrical-coordinate representation of color #DD8A6F: hue angle of 14.73º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD8A6F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 111 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.13 |
| HSL | 14.73º | 0.62% | 0.65% | - |
| HSV(B) | 14.73º | 0.5% | 0.87% | - |
| XYZ | 41.78 | 34.7 | 19.53 | - |
| YUV | 159.74 | 100.5 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 111 | 0 | 0.38 | 0.50 | 0.13 | 14.73 | 0.62 | 0.65 |
| Hex | DD | 8A | 6F | 0 | 26 | 32 | D | F | 3E | 41 |
| Octal | 335 | 212 | 157 | 0 | 46 | 62 | 15 | 17 | 76 | 101 |
| Binary | 11011101 | 10001010 | 1101111 | 0 | 100110 | 110010 | 1101 | 1111 | 111110 | 1000001 |
Color Harmonies of #DD8A6F
Complementary color
Monochromatic Colors of #DD8A6F
Black with #DD8A6F
Text Example
Text Example
White with #DD8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A6F; }
p { color: rgb(221,138,111); }
H1.HeaderClassName
{
color: #DD8A6F;
}
.AnyTagClassName
{
color: #DD8A6F;
}
</style>
background-color css
<style>
a { background-color: #DD8A6F; }
a { background-color: rgb(221,138,111); }
div.DivClassName
{
background-color: #DD8A6F;
}
.BgClassName
{
background-color: #DD8A6F;
}
</style>
border-color css
<style>
span { border-color: #DD8A6F; }
span { border-color: rgb(221,138,111); }
td.TdClassName
{
border-color: #DD8A6F;
}
.TagClassName
{
border-color: #DD8A6F;
}
</style>