Shades of Copper #DA8363
Tints of Copper #DA8363
RGB
CMYK
RGB Variations
Color information
#DA8363 (or 0xDA8363) is known color: Copper. HEX triplet: DA, 83 and 63. RGB value is (218,131,99). Sum of RGB (Red+Green+Blue) = 218+131+99=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8363 is #257C9C. Grayscale: #999999. Windows color (decimal): -2456733 or 6521818. OLE color: 6521818.
HSL color Cylindrical-coordinate representation of color #DA8363: hue angle of 16.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8363 is Cyan = 0, Magento = 0.40, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 99 | - |
| CMYK | 0 | 0.40 | 0.55 | 0.15 |
| HSL | 16.13º | 0.62% | 0.62% | - |
| HSV(B) | 16.13º | 0.55% | 0.85% | - |
| XYZ | 39.28 | 32.04 | 15.92 | - |
| YUV | 153.37 | 97.32 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 99 | 0 | 0.40 | 0.55 | 0.15 | 16.13 | 0.62 | 0.62 |
| Hex | DA | 83 | 63 | 0 | 28 | 37 | F | 10 | 3E | 3E |
| Octal | 332 | 203 | 143 | 0 | 50 | 67 | 17 | 20 | 76 | 76 |
| Binary | 11011010 | 10000011 | 1100011 | 0 | 101000 | 110111 | 1111 | 10000 | 111110 | 111110 |
Color Harmonies of #DA8363
Complementary color
Monochromatic Colors of #DA8363
Black with #DA8363
Text Example
Text Example
White with #DA8363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8363; }
p { color: rgb(218,131,99); }
H1.HeaderClassName
{
color: #DA8363;
}
.AnyTagClassName
{
color: #DA8363;
}
</style>
background-color css
<style>
a { background-color: #DA8363; }
a { background-color: rgb(218,131,99); }
div.DivClassName
{
background-color: #DA8363;
}
.BgClassName
{
background-color: #DA8363;
}
</style>
border-color css
<style>
span { border-color: #DA8363; }
span { border-color: rgb(218,131,99); }
td.TdClassName
{
border-color: #DA8363;
}
.TagClassName
{
border-color: #DA8363;
}
</style>