Shades of Copper #DD8B68
Tints of Copper #DD8B68
RGB
CMYK
RGB Variations
Color information
#DD8B68 (or 0xDD8B68) is known color: Copper. HEX triplet: DD, 8B and 68. RGB value is (221,139,104). Sum of RGB (Red+Green+Blue) = 221+139+104=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8B68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8B68 is #227497. Grayscale: #9F9F9F. Windows color (decimal): -2258072 or 6851549. OLE color: 6851549.
HSL color Cylindrical-coordinate representation of color #DD8B68: hue angle of 17.95º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD8B68 is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 139 | 104 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.13 |
| HSL | 17.95º | 0.63% | 0.64% | - |
| HSV(B) | 17.95º | 0.53% | 0.87% | - |
| XYZ | 41.55 | 34.84 | 17.63 | - |
| YUV | 159.53 | 96.67 | 171.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 139 | 104 | 0 | 0.37 | 0.53 | 0.13 | 17.95 | 0.63 | 0.64 |
| Hex | DD | 8B | 68 | 0 | 25 | 35 | D | 12 | 3F | 40 |
| Octal | 335 | 213 | 150 | 0 | 45 | 65 | 15 | 22 | 77 | 100 |
| Binary | 11011101 | 10001011 | 1101000 | 0 | 100101 | 110101 | 1101 | 10010 | 111111 | 1000000 |
Color Harmonies of #DD8B68
Complementary color
Monochromatic Colors of #DD8B68
Black with #DD8B68
Text Example
Text Example
White with #DD8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8B68; }
p { color: rgb(221,139,104); }
H1.HeaderClassName
{
color: #DD8B68;
}
.AnyTagClassName
{
color: #DD8B68;
}
</style>
background-color css
<style>
a { background-color: #DD8B68; }
a { background-color: rgb(221,139,104); }
div.DivClassName
{
background-color: #DD8B68;
}
.BgClassName
{
background-color: #DD8B68;
}
</style>
border-color css
<style>
span { border-color: #DD8B68; }
span { border-color: rgb(221,139,104); }
td.TdClassName
{
border-color: #DD8B68;
}
.TagClassName
{
border-color: #DD8B68;
}
</style>