Shades of Copper #DC895B
Tints of Copper #DC895B
RGB
CMYK
RGB Variations
Color information
#DC895B (or 0xDC895B) is known color: Copper. HEX triplet: DC, 89 and 5B. RGB value is (220,137,91). Sum of RGB (Red+Green+Blue) = 220+137+91=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 137 (53.91% from 255 or 30.58% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC895B is #2376A4. Grayscale: #9C9C9C. Windows color (decimal): -2324133 or 5999068. OLE color: 5999068.
HSL color Cylindrical-coordinate representation of color #DC895B: hue angle of 21.4º 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 #DC895B is Cyan = 0, Magento = 0.38, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 137 | 91 | - |
| CMYK | 0 | 0.38 | 0.59 | 0.14 |
| HSL | 21.4º | 0.65% | 0.61% | - |
| HSV(B) | 21.4º | 0.59% | 0.86% | - |
| XYZ | 40.35 | 33.86 | 14.31 | - |
| YUV | 156.57 | 91 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 137 | 91 | 0 | 0.38 | 0.59 | 0.14 | 21.4 | 0.65 | 0.61 |
| Hex | DC | 89 | 5B | 0 | 26 | 3B | E | 15 | 41 | 3D |
| Octal | 334 | 211 | 133 | 0 | 46 | 73 | 16 | 25 | 101 | 75 |
| Binary | 11011100 | 10001001 | 1011011 | 0 | 100110 | 111011 | 1110 | 10101 | 1000001 | 111101 |
Color Harmonies of #DC895B
Complementary color
Monochromatic Colors of #DC895B
Black with #DC895B
Text Example
Text Example
White with #DC895B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC895B; }
p { color: rgb(220,137,91); }
H1.HeaderClassName
{
color: #DC895B;
}
.AnyTagClassName
{
color: #DC895B;
}
</style>
background-color css
<style>
a { background-color: #DC895B; }
a { background-color: rgb(220,137,91); }
div.DivClassName
{
background-color: #DC895B;
}
.BgClassName
{
background-color: #DC895B;
}
</style>
border-color css
<style>
span { border-color: #DC895B; }
span { border-color: rgb(220,137,91); }
td.TdClassName
{
border-color: #DC895B;
}
.TagClassName
{
border-color: #DC895B;
}
</style>