Shades of Copper #DC836A
Tints of Copper #DC836A
RGB
CMYK
RGB Variations
Color information
#DC836A (or 0xDC836A) is known color: Copper. HEX triplet: DC, 83 and 6A. RGB value is (220,131,106). Sum of RGB (Red+Green+Blue) = 220+131+106=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC836A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC836A is #237C95. Grayscale: #9A9A9A. Windows color (decimal): -2325654 or 6980572. OLE color: 6980572.
HSL color Cylindrical-coordinate representation of color #DC836A: hue angle of 13.16º 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 #DC836A is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 106 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.14 |
| HSL | 13.16º | 0.62% | 0.64% | - |
| HSV(B) | 13.16º | 0.52% | 0.86% | - |
| XYZ | 40.23 | 32.49 | 17.79 | - |
| YUV | 154.76 | 100.49 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 106 | 0 | 0.40 | 0.52 | 0.14 | 13.16 | 0.62 | 0.64 |
| Hex | DC | 83 | 6A | 0 | 28 | 34 | E | D | 3E | 40 |
| Octal | 334 | 203 | 152 | 0 | 50 | 64 | 16 | 15 | 76 | 100 |
| Binary | 11011100 | 10000011 | 1101010 | 0 | 101000 | 110100 | 1110 | 1101 | 111110 | 1000000 |
Color Harmonies of #DC836A
Complementary color
Monochromatic Colors of #DC836A
Black with #DC836A
Text Example
Text Example
White with #DC836A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC836A; }
p { color: rgb(220,131,106); }
H1.HeaderClassName
{
color: #DC836A;
}
.AnyTagClassName
{
color: #DC836A;
}
</style>
background-color css
<style>
a { background-color: #DC836A; }
a { background-color: rgb(220,131,106); }
div.DivClassName
{
background-color: #DC836A;
}
.BgClassName
{
background-color: #DC836A;
}
</style>
border-color css
<style>
span { border-color: #DC836A; }
span { border-color: rgb(220,131,106); }
td.TdClassName
{
border-color: #DC836A;
}
.TagClassName
{
border-color: #DC836A;
}
</style>