Shades of Copper #DC835B
Tints of Copper #DC835B
RGB
CMYK
RGB Variations
Color information
#DC835B (or 0xDC835B) is known color: Copper. HEX triplet: DC, 83 and 5B. RGB value is (220,131,91). Sum of RGB (Red+Green+Blue) = 220+131+91=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 131 (51.56% from 255 or 29.64% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC835B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC835B is #237CA4. Grayscale: #999999. Windows color (decimal): -2325669 or 5997532. OLE color: 5997532.
HSL color Cylindrical-coordinate representation of color #DC835B: hue angle of 18.6º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DC835B is Cyan = 0, Magento = 0.40, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 131 | 91 | - |
| CMYK | 0 | 0.40 | 0.59 | 0.14 |
| HSL | 18.6º | 0.65% | 0.61% | - |
| HSV(B) | 18.6º | 0.59% | 0.86% | - |
| XYZ | 39.52 | 32.2 | 14.03 | - |
| YUV | 153.05 | 92.99 | 175.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 131 | 91 | 0 | 0.40 | 0.59 | 0.14 | 18.6 | 0.65 | 0.61 |
| Hex | DC | 83 | 5B | 0 | 28 | 3B | E | 13 | 41 | 3D |
| Octal | 334 | 203 | 133 | 0 | 50 | 73 | 16 | 23 | 101 | 75 |
| Binary | 11011100 | 10000011 | 1011011 | 0 | 101000 | 111011 | 1110 | 10011 | 1000001 | 111101 |
Color Harmonies of #DC835B
Complementary color
Monochromatic Colors of #DC835B
Black with #DC835B
Text Example
Text Example
White with #DC835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC835B; }
p { color: rgb(220,131,91); }
H1.HeaderClassName
{
color: #DC835B;
}
.AnyTagClassName
{
color: #DC835B;
}
</style>
background-color css
<style>
a { background-color: #DC835B; }
a { background-color: rgb(220,131,91); }
div.DivClassName
{
background-color: #DC835B;
}
.BgClassName
{
background-color: #DC835B;
}
</style>
border-color css
<style>
span { border-color: #DC835B; }
span { border-color: rgb(220,131,91); }
td.TdClassName
{
border-color: #DC835B;
}
.TagClassName
{
border-color: #DC835B;
}
</style>