Shades of Copper #DD8A6B
Tints of Copper #DD8A6B
RGB
CMYK
RGB Variations
Color information
#DD8A6B (or 0xDD8A6B) is known color: Copper. HEX triplet: DD, 8A and 6B. RGB value is (221,138,107). Sum of RGB (Red+Green+Blue) = 221+138+107=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 138 (54.30% from 255 or 29.61% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8A6B is #227594. Grayscale: #9F9F9F. Windows color (decimal): -2258325 or 7047901. OLE color: 7047901.
HSL color Cylindrical-coordinate representation of color #DD8A6B: hue angle of 16.32º 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 #DD8A6B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 138 | 107 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.13 |
| HSL | 16.32º | 0.63% | 0.64% | - |
| HSV(B) | 16.32º | 0.52% | 0.87% | - |
| XYZ | 41.56 | 34.61 | 18.4 | - |
| YUV | 159.28 | 98.5 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 138 | 107 | 0 | 0.38 | 0.52 | 0.13 | 16.32 | 0.63 | 0.64 |
| Hex | DD | 8A | 6B | 0 | 26 | 34 | D | 10 | 3F | 40 |
| Octal | 335 | 212 | 153 | 0 | 46 | 64 | 15 | 20 | 77 | 100 |
| Binary | 11011101 | 10001010 | 1101011 | 0 | 100110 | 110100 | 1101 | 10000 | 111111 | 1000000 |
Color Harmonies of #DD8A6B
Complementary color
Monochromatic Colors of #DD8A6B
Black with #DD8A6B
Text Example
Text Example
White with #DD8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8A6B; }
p { color: rgb(221,138,107); }
H1.HeaderClassName
{
color: #DD8A6B;
}
.AnyTagClassName
{
color: #DD8A6B;
}
</style>
background-color css
<style>
a { background-color: #DD8A6B; }
a { background-color: rgb(221,138,107); }
div.DivClassName
{
background-color: #DD8A6B;
}
.BgClassName
{
background-color: #DD8A6B;
}
</style>
border-color css
<style>
span { border-color: #DD8A6B; }
span { border-color: rgb(221,138,107); }
td.TdClassName
{
border-color: #DD8A6B;
}
.TagClassName
{
border-color: #DD8A6B;
}
</style>