Shades of Copper #DD8B6F
Tints of Copper #DD8B6F
RGB
CMYK
RGB Variations
Color information
#DD8B6F (or 0xDD8B6F) is known color: Copper. HEX triplet: DD, 8B and 6F. RGB value is (221,139,111). Sum of RGB (Red+Green+Blue) = 221+139+111=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 111 (43.75% from 255 or 23.57% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B6F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B6F is #227490. Grayscale: #A0A0A0. Windows color (decimal): -2258065 or 7310301. OLE color: 7310301.
HSL color Cylindrical-coordinate representation of color #DD8B6F: hue angle of 15.27º 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 #DD8B6F is Cyan = 0, Magento = 0.37, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 111 | - |
| CMYK | 0 | 0.37 | 0.50 | 0.13 |
| HSL | 15.27º | 0.62% | 0.65% | - |
| HSV(B) | 15.27º | 0.5% | 0.87% | - |
| XYZ | 41.92 | 34.99 | 19.58 | - |
| YUV | 160.33 | 100.17 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 111 | 0 | 0.37 | 0.50 | 0.13 | 15.27 | 0.62 | 0.65 |
| Hex | DD | 8B | 6F | 0 | 25 | 32 | D | F | 3E | 41 |
| Octal | 335 | 213 | 157 | 0 | 45 | 62 | 15 | 17 | 76 | 101 |
| Binary | 11011101 | 10001011 | 1101111 | 0 | 100101 | 110010 | 1101 | 1111 | 111110 | 1000001 |
Color Harmonies of #DD8B6F
Complementary color
Monochromatic Colors of #DD8B6F
Black with #DD8B6F
Text Example
Text Example
White with #DD8B6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B6F; }
p { color: rgb(221,139,111); }
H1.HeaderClassName
{
color: #DD8B6F;
}
.AnyTagClassName
{
color: #DD8B6F;
}
</style>
background-color css
<style>
a { background-color: #DD8B6F; }
a { background-color: rgb(221,139,111); }
div.DivClassName
{
background-color: #DD8B6F;
}
.BgClassName
{
background-color: #DD8B6F;
}
</style>
border-color css
<style>
span { border-color: #DD8B6F; }
span { border-color: rgb(221,139,111); }
td.TdClassName
{
border-color: #DD8B6F;
}
.TagClassName
{
border-color: #DD8B6F;
}
</style>