Shades of Copper #DC916E
Tints of Copper #DC916E
RGB
CMYK
RGB Variations
Color information
#DC916E (or 0xDC916E) is known color: Copper. HEX triplet: DC, 91 and 6E. RGB value is (220,145,110). Sum of RGB (Red+Green+Blue) = 220+145+110=475 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.32% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 220 - color contains mainly: red. Hex color #DC916E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC916E is #236E91. Grayscale: #A3A3A3. Windows color (decimal): -2322066 or 7246300. OLE color: 7246300.
HSL color Cylindrical-coordinate representation of color #DC916E: hue angle of 19.09º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC916E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 110 | - |
| CMYK | 0 | 0.34 | 0.50 | 0.14 |
| HSL | 19.09º | 0.61% | 0.65% | - |
| HSV(B) | 19.09º | 0.5% | 0.86% | - |
| XYZ | 42.46 | 36.59 | 19.58 | - |
| YUV | 163.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 110 | 0 | 0.34 | 0.50 | 0.14 | 19.09 | 0.61 | 0.65 |
| Hex | DC | 91 | 6E | 0 | 22 | 32 | E | 13 | 3D | 41 |
| Octal | 334 | 221 | 156 | 0 | 42 | 62 | 16 | 23 | 75 | 101 |
| Binary | 11011100 | 10010001 | 1101110 | 0 | 100010 | 110010 | 1110 | 10011 | 111101 | 1000001 |
Color Harmonies of #DC916E
Complementary color
Monochromatic Colors of #DC916E
Black with #DC916E
Text Example
Text Example
White with #DC916E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC916E; }
p { color: rgb(220,145,110); }
H1.HeaderClassName
{
color: #DC916E;
}
.AnyTagClassName
{
color: #DC916E;
}
</style>
background-color css
<style>
a { background-color: #DC916E; }
a { background-color: rgb(220,145,110); }
div.DivClassName
{
background-color: #DC916E;
}
.BgClassName
{
background-color: #DC916E;
}
</style>
border-color css
<style>
span { border-color: #DC916E; }
span { border-color: rgb(220,145,110); }
td.TdClassName
{
border-color: #DC916E;
}
.TagClassName
{
border-color: #DC916E;
}
</style>