Shades of Copper #DC835D
Tints of Copper #DC835D
RGB
CMYK
RGB Variations
Color information
#DC835D (or 0xDC835D) is known color: Copper. HEX triplet: DC, 83 and 5D. RGB value is (220,131,93). Sum of RGB (Red+Green+Blue) = 220+131+93=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 93 (36.72% from 255 or 20.95% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC835D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC835D is #237CA2. Grayscale: #999999. Windows color (decimal): -2325667 or 6128604. OLE color: 6128604.
HSL color Cylindrical-coordinate representation of color #DC835D: hue angle of 17.95º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC835D is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 93 | - |
| CMYK | 0 | 0.40 | 0.58 | 0.14 |
| HSL | 17.95º | 0.64% | 0.61% | - |
| HSV(B) | 17.95º | 0.58% | 0.86% | - |
| XYZ | 39.61 | 32.24 | 14.49 | - |
| YUV | 153.28 | 93.99 | 175.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 93 | 0 | 0.40 | 0.58 | 0.14 | 17.95 | 0.64 | 0.61 |
| Hex | DC | 83 | 5D | 0 | 28 | 3A | E | 12 | 40 | 3D |
| Octal | 334 | 203 | 135 | 0 | 50 | 72 | 16 | 22 | 100 | 75 |
| Binary | 11011100 | 10000011 | 1011101 | 0 | 101000 | 111010 | 1110 | 10010 | 1000000 | 111101 |
Color Harmonies of #DC835D
Complementary color
Monochromatic Colors of #DC835D
Black with #DC835D
Text Example
Text Example
White with #DC835D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC835D; }
p { color: rgb(220,131,93); }
H1.HeaderClassName
{
color: #DC835D;
}
.AnyTagClassName
{
color: #DC835D;
}
</style>
background-color css
<style>
a { background-color: #DC835D; }
a { background-color: rgb(220,131,93); }
div.DivClassName
{
background-color: #DC835D;
}
.BgClassName
{
background-color: #DC835D;
}
</style>
border-color css
<style>
span { border-color: #DC835D; }
span { border-color: rgb(220,131,93); }
td.TdClassName
{
border-color: #DC835D;
}
.TagClassName
{
border-color: #DC835D;
}
</style>