Shades of Copper #DC936F
Tints of Copper #DC936F
RGB
CMYK
RGB Variations
Color information
#DC936F (or 0xDC936F) is known color: Copper. HEX triplet: DC, 93 and 6F. RGB value is (220,147,111). Sum of RGB (Red+Green+Blue) = 220+147+111=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 111 (43.75% from 255 or 23.22% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC936F is #236C90. Grayscale: #A4A4A4. Windows color (decimal): -2321553 or 7312348. OLE color: 7312348.
HSL color Cylindrical-coordinate representation of color #DC936F: hue angle of 19.82º 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 #DC936F is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 147 | 111 | - |
| CMYK | 0 | 0.33 | 0.50 | 0.14 |
| HSL | 19.82º | 0.61% | 0.65% | - |
| HSV(B) | 19.82º | 0.5% | 0.86% | - |
| XYZ | 42.82 | 37.23 | 19.97 | - |
| YUV | 164.72 | 97.68 | 167.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 147 | 111 | 0 | 0.33 | 0.50 | 0.14 | 19.82 | 0.61 | 0.65 |
| Hex | DC | 93 | 6F | 0 | 21 | 32 | E | 14 | 3D | 41 |
| Octal | 334 | 223 | 157 | 0 | 41 | 62 | 16 | 24 | 75 | 101 |
| Binary | 11011100 | 10010011 | 1101111 | 0 | 100001 | 110010 | 1110 | 10100 | 111101 | 1000001 |
Color Harmonies of #DC936F
Complementary color
Monochromatic Colors of #DC936F
Black with #DC936F
Text Example
Text Example
White with #DC936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC936F; }
p { color: rgb(220,147,111); }
H1.HeaderClassName
{
color: #DC936F;
}
.AnyTagClassName
{
color: #DC936F;
}
</style>
background-color css
<style>
a { background-color: #DC936F; }
a { background-color: rgb(220,147,111); }
div.DivClassName
{
background-color: #DC936F;
}
.BgClassName
{
background-color: #DC936F;
}
</style>
border-color css
<style>
span { border-color: #DC936F; }
span { border-color: rgb(220,147,111); }
td.TdClassName
{
border-color: #DC936F;
}
.TagClassName
{
border-color: #DC936F;
}
</style>