Shades of Copper #DA8165
Tints of Copper #DA8165
RGB
CMYK
RGB Variations
Color information
#DA8165 (or 0xDA8165) is known color: Copper. HEX triplet: DA, 81 and 65. RGB value is (218,129,101). Sum of RGB (Red+Green+Blue) = 218+129+101=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 101 (39.84% from 255 or 22.54% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8165 is #257E9A. Grayscale: #989898. Windows color (decimal): -2457243 or 6652378. OLE color: 6652378.
HSL color Cylindrical-coordinate representation of color #DA8165: hue angle of 14.36º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DA8165 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 101 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.15 |
| HSL | 14.36º | 0.61% | 0.63% | - |
| HSV(B) | 14.36º | 0.54% | 0.85% | - |
| XYZ | 39.11 | 31.55 | 16.34 | - |
| YUV | 152.42 | 98.99 | 174.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 101 | 0 | 0.41 | 0.54 | 0.15 | 14.36 | 0.61 | 0.63 |
| Hex | DA | 81 | 65 | 0 | 29 | 36 | F | E | 3D | 3F |
| Octal | 332 | 201 | 145 | 0 | 51 | 66 | 17 | 16 | 75 | 77 |
| Binary | 11011010 | 10000001 | 1100101 | 0 | 101001 | 110110 | 1111 | 1110 | 111101 | 111111 |
Color Harmonies of #DA8165
Complementary color
Monochromatic Colors of #DA8165
Black with #DA8165
Text Example
Text Example
White with #DA8165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8165; }
p { color: rgb(218,129,101); }
H1.HeaderClassName
{
color: #DA8165;
}
.AnyTagClassName
{
color: #DA8165;
}
</style>
background-color css
<style>
a { background-color: #DA8165; }
a { background-color: rgb(218,129,101); }
div.DivClassName
{
background-color: #DA8165;
}
.BgClassName
{
background-color: #DA8165;
}
</style>
border-color css
<style>
span { border-color: #DA8165; }
span { border-color: rgb(218,129,101); }
td.TdClassName
{
border-color: #DA8165;
}
.TagClassName
{
border-color: #DA8165;
}
</style>