Shades of Copper #DD8B6C
Tints of Copper #DD8B6C
RGB
CMYK
RGB Variations
Color information
#DD8B6C (or 0xDD8B6C) is known color: Copper. HEX triplet: DD, 8B and 6C. RGB value is (221,139,108). Sum of RGB (Red+Green+Blue) = 221+139+108=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B6C is #227493. Grayscale: #A0A0A0. Windows color (decimal): -2258068 or 7113693. OLE color: 7113693.
HSL color Cylindrical-coordinate representation of color #DD8B6C: hue angle of 16.46º 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 #DD8B6C is Cyan = 0, Magento = 0.37, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 108 | - |
| CMYK | 0 | 0.37 | 0.51 | 0.13 |
| HSL | 16.46º | 0.62% | 0.65% | - |
| HSV(B) | 16.46º | 0.51% | 0.87% | - |
| XYZ | 41.76 | 34.92 | 18.73 | - |
| YUV | 159.98 | 98.67 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 108 | 0 | 0.37 | 0.51 | 0.13 | 16.46 | 0.62 | 0.65 |
| Hex | DD | 8B | 6C | 0 | 25 | 33 | D | 10 | 3E | 41 |
| Octal | 335 | 213 | 154 | 0 | 45 | 63 | 15 | 20 | 76 | 101 |
| Binary | 11011101 | 10001011 | 1101100 | 0 | 100101 | 110011 | 1101 | 10000 | 111110 | 1000001 |
Color Harmonies of #DD8B6C
Complementary color
Monochromatic Colors of #DD8B6C
Black with #DD8B6C
Text Example
Text Example
White with #DD8B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B6C; }
p { color: rgb(221,139,108); }
H1.HeaderClassName
{
color: #DD8B6C;
}
.AnyTagClassName
{
color: #DD8B6C;
}
</style>
background-color css
<style>
a { background-color: #DD8B6C; }
a { background-color: rgb(221,139,108); }
div.DivClassName
{
background-color: #DD8B6C;
}
.BgClassName
{
background-color: #DD8B6C;
}
</style>
border-color css
<style>
span { border-color: #DD8B6C; }
span { border-color: rgb(221,139,108); }
td.TdClassName
{
border-color: #DD8B6C;
}
.TagClassName
{
border-color: #DD8B6C;
}
</style>