Shades of Copper #DD8B6D
Tints of Copper #DD8B6D
RGB
CMYK
RGB Variations
Color information
#DD8B6D (or 0xDD8B6D) is known color: Copper. HEX triplet: DD, 8B and 6D. RGB value is (221,139,109). Sum of RGB (Red+Green+Blue) = 221+139+109=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 139 (54.69% from 255 or 29.64% from 469); Blue value is 109 (42.97% from 255 or 23.24% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B6D is #227492. Grayscale: #A0A0A0. Windows color (decimal): -2258067 or 7179229. OLE color: 7179229.
HSL color Cylindrical-coordinate representation of color #DD8B6D: hue angle of 16.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD8B6D is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 109 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.13 |
| HSL | 16.07º | 0.62% | 0.65% | - |
| HSV(B) | 16.07º | 0.51% | 0.87% | - |
| XYZ | 41.81 | 34.94 | 19.01 | - |
| YUV | 160.1 | 99.17 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 109 | 0 | 0.37 | 0.51 | 0.13 | 16.07 | 0.62 | 0.65 |
| Hex | DD | 8B | 6D | 0 | 25 | 33 | D | 10 | 3E | 41 |
| Octal | 335 | 213 | 155 | 0 | 45 | 63 | 15 | 20 | 76 | 101 |
| Binary | 11011101 | 10001011 | 1101101 | 0 | 100101 | 110011 | 1101 | 10000 | 111110 | 1000001 |
Color Harmonies of #DD8B6D
Complementary color
Monochromatic Colors of #DD8B6D
Black with #DD8B6D
Text Example
Text Example
White with #DD8B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B6D; }
p { color: rgb(221,139,109); }
H1.HeaderClassName
{
color: #DD8B6D;
}
.AnyTagClassName
{
color: #DD8B6D;
}
</style>
background-color css
<style>
a { background-color: #DD8B6D; }
a { background-color: rgb(221,139,109); }
div.DivClassName
{
background-color: #DD8B6D;
}
.BgClassName
{
background-color: #DD8B6D;
}
</style>
border-color css
<style>
span { border-color: #DD8B6D; }
span { border-color: rgb(221,139,109); }
td.TdClassName
{
border-color: #DD8B6D;
}
.TagClassName
{
border-color: #DD8B6D;
}
</style>