Shades of Copper #DD886B
Tints of Copper #DD886B
RGB
CMYK
RGB Variations
Color information
#DD886B (or 0xDD886B) is known color: Copper. HEX triplet: DD, 88 and 6B. RGB value is (221,136,107). Sum of RGB (Red+Green+Blue) = 221+136+107=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 136 (53.52% from 255 or 29.31% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD886B is #227794. Grayscale: #9E9E9E. Windows color (decimal): -2258837 or 7047389. OLE color: 7047389.
HSL color Cylindrical-coordinate representation of color #DD886B: hue angle of 15.26º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD886B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 136 | 107 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.13 |
| HSL | 15.26º | 0.63% | 0.64% | - |
| HSV(B) | 15.26º | 0.52% | 0.87% | - |
| XYZ | 41.28 | 34.04 | 18.31 | - |
| YUV | 158.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 136 | 107 | 0 | 0.38 | 0.52 | 0.13 | 15.26 | 0.63 | 0.64 |
| Hex | DD | 88 | 6B | 0 | 26 | 34 | D | F | 3F | 40 |
| Octal | 335 | 210 | 153 | 0 | 46 | 64 | 15 | 17 | 77 | 100 |
| Binary | 11011101 | 10001000 | 1101011 | 0 | 100110 | 110100 | 1101 | 1111 | 111111 | 1000000 |
Color Harmonies of #DD886B
Complementary color
Monochromatic Colors of #DD886B
Black with #DD886B
Text Example
Text Example
White with #DD886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD886B; }
p { color: rgb(221,136,107); }
H1.HeaderClassName
{
color: #DD886B;
}
.AnyTagClassName
{
color: #DD886B;
}
</style>
background-color css
<style>
a { background-color: #DD886B; }
a { background-color: rgb(221,136,107); }
div.DivClassName
{
background-color: #DD886B;
}
.BgClassName
{
background-color: #DD886B;
}
</style>
border-color css
<style>
span { border-color: #DD886B; }
span { border-color: rgb(221,136,107); }
td.TdClassName
{
border-color: #DD886B;
}
.TagClassName
{
border-color: #DD886B;
}
</style>