Shades of Copper #DA8A61
Tints of Copper #DA8A61
RGB
CMYK
RGB Variations
Color information
#DA8A61 (or 0xDA8A61) is known color: Copper. HEX triplet: DA, 8A and 61. RGB value is (218,138,97). Sum of RGB (Red+Green+Blue) = 218+138+97=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 138 (54.30% from 255 or 30.46% from 453); Blue value is 97 (38.28% from 255 or 21.41% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8A61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8A61 is #25759E. Grayscale: #9D9D9D. Windows color (decimal): -2454943 or 6392538. OLE color: 6392538.
HSL color Cylindrical-coordinate representation of color #DA8A61: hue angle of 20.33º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8A61 is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 138 | 97 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.15 |
| HSL | 20.33º | 0.62% | 0.62% | - |
| HSV(B) | 20.33º | 0.56% | 0.85% | - |
| XYZ | 40.16 | 33.95 | 15.74 | - |
| YUV | 157.25 | 94 | 171.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 138 | 97 | 0 | 0.37 | 0.56 | 0.15 | 20.33 | 0.62 | 0.62 |
| Hex | DA | 8A | 61 | 0 | 25 | 38 | F | 14 | 3E | 3E |
| Octal | 332 | 212 | 141 | 0 | 45 | 70 | 17 | 24 | 76 | 76 |
| Binary | 11011010 | 10001010 | 1100001 | 0 | 100101 | 111000 | 1111 | 10100 | 111110 | 111110 |
Color Harmonies of #DA8A61
Complementary color
Monochromatic Colors of #DA8A61
Black with #DA8A61
Text Example
Text Example
White with #DA8A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8A61; }
p { color: rgb(218,138,97); }
H1.HeaderClassName
{
color: #DA8A61;
}
.AnyTagClassName
{
color: #DA8A61;
}
</style>
background-color css
<style>
a { background-color: #DA8A61; }
a { background-color: rgb(218,138,97); }
div.DivClassName
{
background-color: #DA8A61;
}
.BgClassName
{
background-color: #DA8A61;
}
</style>
border-color css
<style>
span { border-color: #DA8A61; }
span { border-color: rgb(218,138,97); }
td.TdClassName
{
border-color: #DA8A61;
}
.TagClassName
{
border-color: #DA8A61;
}
</style>