Shades of Copper #DA8A62
Tints of Copper #DA8A62
RGB
CMYK
RGB Variations
Color information
#DA8A62 (or 0xDA8A62) is known color: Copper. HEX triplet: DA, 8A and 62. RGB value is (218,138,98). Sum of RGB (Red+Green+Blue) = 218+138+98=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 98 (38.67% from 255 or 21.59% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A62 is #25759D. Grayscale: #9D9D9D. Windows color (decimal): -2454942 or 6458074. OLE color: 6458074.
HSL color Cylindrical-coordinate representation of color #DA8A62: hue angle of 20º 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 #DA8A62 is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 98 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.15 |
| HSL | 20º | 0.62% | 0.62% | - |
| HSV(B) | 20º | 0.55% | 0.85% | - |
| XYZ | 40.21 | 33.96 | 15.99 | - |
| YUV | 157.36 | 94.5 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 98 | 0 | 0.37 | 0.55 | 0.15 | 20 | 0.62 | 0.62 |
| Hex | DA | 8A | 62 | 0 | 25 | 37 | F | 14 | 3E | 3E |
| Octal | 332 | 212 | 142 | 0 | 45 | 67 | 17 | 24 | 76 | 76 |
| Binary | 11011010 | 10001010 | 1100010 | 0 | 100101 | 110111 | 1111 | 10100 | 111110 | 111110 |
Color Harmonies of #DA8A62
Complementary color
Monochromatic Colors of #DA8A62
Black with #DA8A62
Text Example
Text Example
White with #DA8A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A62; }
p { color: rgb(218,138,98); }
H1.HeaderClassName
{
color: #DA8A62;
}
.AnyTagClassName
{
color: #DA8A62;
}
</style>
background-color css
<style>
a { background-color: #DA8A62; }
a { background-color: rgb(218,138,98); }
div.DivClassName
{
background-color: #DA8A62;
}
.BgClassName
{
background-color: #DA8A62;
}
</style>
border-color css
<style>
span { border-color: #DA8A62; }
span { border-color: rgb(218,138,98); }
td.TdClassName
{
border-color: #DA8A62;
}
.TagClassName
{
border-color: #DA8A62;
}
</style>