Shades of Copper #DD8B5F
Tints of Copper #DD8B5F
RGB
CMYK
RGB Variations
Color information
#DD8B5F (or 0xDD8B5F) is known color: Copper. HEX triplet: DD, 8B and 5F. RGB value is (221,139,95). Sum of RGB (Red+Green+Blue) = 221+139+95=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B5F is #2274A0. Grayscale: #9E9E9E. Windows color (decimal): -2258081 or 6261725. OLE color: 6261725.
HSL color Cylindrical-coordinate representation of color #DD8B5F: hue angle of 20.95º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD8B5F is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 95 | - |
| CMYK | 0 | 0.37 | 0.57 | 0.13 |
| HSL | 20.95º | 0.65% | 0.62% | - |
| HSV(B) | 20.95º | 0.57% | 0.87% | - |
| XYZ | 41.12 | 34.66 | 15.35 | - |
| YUV | 158.5 | 92.17 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 95 | 0 | 0.37 | 0.57 | 0.13 | 20.95 | 0.65 | 0.62 |
| Hex | DD | 8B | 5F | 0 | 25 | 39 | D | 15 | 41 | 3E |
| Octal | 335 | 213 | 137 | 0 | 45 | 71 | 15 | 25 | 101 | 76 |
| Binary | 11011101 | 10001011 | 1011111 | 0 | 100101 | 111001 | 1101 | 10101 | 1000001 | 111110 |
Color Harmonies of #DD8B5F
Complementary color
Monochromatic Colors of #DD8B5F
Black with #DD8B5F
Text Example
Text Example
White with #DD8B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B5F; }
p { color: rgb(221,139,95); }
H1.HeaderClassName
{
color: #DD8B5F;
}
.AnyTagClassName
{
color: #DD8B5F;
}
</style>
background-color css
<style>
a { background-color: #DD8B5F; }
a { background-color: rgb(221,139,95); }
div.DivClassName
{
background-color: #DD8B5F;
}
.BgClassName
{
background-color: #DD8B5F;
}
</style>
border-color css
<style>
span { border-color: #DD8B5F; }
span { border-color: rgb(221,139,95); }
td.TdClassName
{
border-color: #DD8B5F;
}
.TagClassName
{
border-color: #DD8B5F;
}
</style>