Shades of Copper #DC916B
Tints of Copper #DC916B
RGB
CMYK
RGB Variations
Color information
#DC916B (or 0xDC916B) is known color: Copper. HEX triplet: DC, 91 and 6B. RGB value is (220,145,107). Sum of RGB (Red+Green+Blue) = 220+145+107=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 145 (57.03% from 255 or 30.72% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC916B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC916B is #236E94. Grayscale: #A3A3A3. Windows color (decimal): -2322069 or 7049692. OLE color: 7049692.
HSL color Cylindrical-coordinate representation of color #DC916B: hue angle of 20.18º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC916B is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 145 | 107 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.14 |
| HSL | 20.18º | 0.62% | 0.64% | - |
| HSV(B) | 20.18º | 0.51% | 0.86% | - |
| XYZ | 42.29 | 36.53 | 18.73 | - |
| YUV | 163.09 | 96.35 | 168.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 145 | 107 | 0 | 0.34 | 0.51 | 0.14 | 20.18 | 0.62 | 0.64 |
| Hex | DC | 91 | 6B | 0 | 22 | 33 | E | 14 | 3E | 40 |
| Octal | 334 | 221 | 153 | 0 | 42 | 63 | 16 | 24 | 76 | 100 |
| Binary | 11011100 | 10010001 | 1101011 | 0 | 100010 | 110011 | 1110 | 10100 | 111110 | 1000000 |
Color Harmonies of #DC916B
Complementary color
Monochromatic Colors of #DC916B
Black with #DC916B
Text Example
Text Example
White with #DC916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC916B; }
p { color: rgb(220,145,107); }
H1.HeaderClassName
{
color: #DC916B;
}
.AnyTagClassName
{
color: #DC916B;
}
</style>
background-color css
<style>
a { background-color: #DC916B; }
a { background-color: rgb(220,145,107); }
div.DivClassName
{
background-color: #DC916B;
}
.BgClassName
{
background-color: #DC916B;
}
</style>
border-color css
<style>
span { border-color: #DC916B; }
span { border-color: rgb(220,145,107); }
td.TdClassName
{
border-color: #DC916B;
}
.TagClassName
{
border-color: #DC916B;
}
</style>