Shades of Copper #DC916A
Tints of Copper #DC916A
RGB
CMYK
RGB Variations
Color information
#DC916A (or 0xDC916A) is known color: Copper. HEX triplet: DC, 91 and 6A. RGB value is (220,145,106). Sum of RGB (Red+Green+Blue) = 220+145+106=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 220 - color contains mainly: red. Hex color #DC916A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC916A is #236E95. Grayscale: #A3A3A3. Windows color (decimal): -2322070 or 6984156. OLE color: 6984156.
HSL color Cylindrical-coordinate representation of color #DC916A: hue angle of 20.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC916A is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 106 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.14 |
| HSL | 20.53º | 0.62% | 0.64% | - |
| HSV(B) | 20.53º | 0.52% | 0.86% | - |
| XYZ | 42.24 | 36.51 | 18.46 | - |
| YUV | 162.98 | 95.85 | 168.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 106 | 0 | 0.34 | 0.52 | 0.14 | 20.53 | 0.62 | 0.64 |
| Hex | DC | 91 | 6A | 0 | 22 | 34 | E | 15 | 3E | 40 |
| Octal | 334 | 221 | 152 | 0 | 42 | 64 | 16 | 25 | 76 | 100 |
| Binary | 11011100 | 10010001 | 1101010 | 0 | 100010 | 110100 | 1110 | 10101 | 111110 | 1000000 |
Color Harmonies of #DC916A
Complementary color
Monochromatic Colors of #DC916A
Black with #DC916A
Text Example
Text Example
White with #DC916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC916A; }
p { color: rgb(220,145,106); }
H1.HeaderClassName
{
color: #DC916A;
}
.AnyTagClassName
{
color: #DC916A;
}
</style>
background-color css
<style>
a { background-color: #DC916A; }
a { background-color: rgb(220,145,106); }
div.DivClassName
{
background-color: #DC916A;
}
.BgClassName
{
background-color: #DC916A;
}
</style>
border-color css
<style>
span { border-color: #DC916A; }
span { border-color: rgb(220,145,106); }
td.TdClassName
{
border-color: #DC916A;
}
.TagClassName
{
border-color: #DC916A;
}
</style>