Shades of Copper #DD846B
Tints of Copper #DD846B
RGB
CMYK
RGB Variations
Color information
#DD846B (or 0xDD846B) is known color: Copper. HEX triplet: DD, 84 and 6B. RGB value is (221,132,107). Sum of RGB (Red+Green+Blue) = 221+132+107=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 107 (42.19% from 255 or 23.26% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD846B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD846B is #227B94. Grayscale: #9B9B9B. Windows color (decimal): -2259861 or 7046365. OLE color: 7046365.
HSL color Cylindrical-coordinate representation of color #DD846B: hue angle of 13.16º 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 #DD846B is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 132 | 107 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.13 |
| HSL | 13.16º | 0.63% | 0.64% | - |
| HSV(B) | 13.16º | 0.52% | 0.87% | - |
| XYZ | 40.72 | 32.94 | 18.12 | - |
| YUV | 155.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 132 | 107 | 0 | 0.40 | 0.52 | 0.13 | 13.16 | 0.63 | 0.64 |
| Hex | DD | 84 | 6B | 0 | 28 | 34 | D | D | 3F | 40 |
| Octal | 335 | 204 | 153 | 0 | 50 | 64 | 15 | 15 | 77 | 100 |
| Binary | 11011101 | 10000100 | 1101011 | 0 | 101000 | 110100 | 1101 | 1101 | 111111 | 1000000 |
Color Harmonies of #DD846B
Complementary color
Monochromatic Colors of #DD846B
Black with #DD846B
Text Example
Text Example
White with #DD846B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD846B; }
p { color: rgb(221,132,107); }
H1.HeaderClassName
{
color: #DD846B;
}
.AnyTagClassName
{
color: #DD846B;
}
</style>
background-color css
<style>
a { background-color: #DD846B; }
a { background-color: rgb(221,132,107); }
div.DivClassName
{
background-color: #DD846B;
}
.BgClassName
{
background-color: #DD846B;
}
</style>
border-color css
<style>
span { border-color: #DD846B; }
span { border-color: rgb(221,132,107); }
td.TdClassName
{
border-color: #DD846B;
}
.TagClassName
{
border-color: #DD846B;
}
</style>