Shades of Copper #DC8F6B
Tints of Copper #DC8F6B
RGB
CMYK
RGB Variations
Color information
#DC8F6B (or 0xDC8F6B) is known color: Copper. HEX triplet: DC, 8F and 6B. RGB value is (220,143,107). Sum of RGB (Red+Green+Blue) = 220+143+107=470 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.81% from 470); Green value is 143 (56.25% from 255 or 30.43% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8F6B is #237094. Grayscale: #A2A2A2. Windows color (decimal): -2322581 or 7049180. OLE color: 7049180.
HSL color Cylindrical-coordinate representation of color #DC8F6B: hue angle of 19.12º 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 #DC8F6B is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 143 | 107 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.14 |
| HSL | 19.12º | 0.62% | 0.64% | - |
| HSV(B) | 19.12º | 0.51% | 0.86% | - |
| XYZ | 41.99 | 35.92 | 18.63 | - |
| YUV | 161.92 | 97.01 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 143 | 107 | 0 | 0.35 | 0.51 | 0.14 | 19.12 | 0.62 | 0.64 |
| Hex | DC | 8F | 6B | 0 | 23 | 33 | E | 13 | 3E | 40 |
| Octal | 334 | 217 | 153 | 0 | 43 | 63 | 16 | 23 | 76 | 100 |
| Binary | 11011100 | 10001111 | 1101011 | 0 | 100011 | 110011 | 1110 | 10011 | 111110 | 1000000 |
Color Harmonies of #DC8F6B
Complementary color
Monochromatic Colors of #DC8F6B
Black with #DC8F6B
Text Example
Text Example
White with #DC8F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8F6B; }
p { color: rgb(220,143,107); }
H1.HeaderClassName
{
color: #DC8F6B;
}
.AnyTagClassName
{
color: #DC8F6B;
}
</style>
background-color css
<style>
a { background-color: #DC8F6B; }
a { background-color: rgb(220,143,107); }
div.DivClassName
{
background-color: #DC8F6B;
}
.BgClassName
{
background-color: #DC8F6B;
}
</style>
border-color css
<style>
span { border-color: #DC8F6B; }
span { border-color: rgb(220,143,107); }
td.TdClassName
{
border-color: #DC8F6B;
}
.TagClassName
{
border-color: #DC8F6B;
}
</style>