Shades of Copper #DA8169
Tints of Copper #DA8169
RGB
CMYK
RGB Variations
Color information
#DA8169 (or 0xDA8169) is known color: Copper. HEX triplet: DA, 81 and 69. RGB value is (218,129,105). Sum of RGB (Red+Green+Blue) = 218+129+105=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 105 (41.41% from 255 or 23.23% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8169 is #257E96. Grayscale: #999999. Windows color (decimal): -2457239 or 6914522. OLE color: 6914522.
HSL color Cylindrical-coordinate representation of color #DA8169: hue angle of 12.74º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA8169 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 105 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.15 |
| HSL | 12.74º | 0.6% | 0.63% | - |
| HSV(B) | 12.74º | 0.52% | 0.85% | - |
| XYZ | 39.31 | 31.63 | 17.4 | - |
| YUV | 152.88 | 100.99 | 174.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 105 | 0 | 0.41 | 0.52 | 0.15 | 12.74 | 0.6 | 0.63 |
| Hex | DA | 81 | 69 | 0 | 29 | 34 | F | D | 3C | 3F |
| Octal | 332 | 201 | 151 | 0 | 51 | 64 | 17 | 15 | 74 | 77 |
| Binary | 11011010 | 10000001 | 1101001 | 0 | 101001 | 110100 | 1111 | 1101 | 111100 | 111111 |
Color Harmonies of #DA8169
Complementary color
Monochromatic Colors of #DA8169
Black with #DA8169
Text Example
Text Example
White with #DA8169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8169; }
p { color: rgb(218,129,105); }
H1.HeaderClassName
{
color: #DA8169;
}
.AnyTagClassName
{
color: #DA8169;
}
</style>
background-color css
<style>
a { background-color: #DA8169; }
a { background-color: rgb(218,129,105); }
div.DivClassName
{
background-color: #DA8169;
}
.BgClassName
{
background-color: #DA8169;
}
</style>
border-color css
<style>
span { border-color: #DA8169; }
span { border-color: rgb(218,129,105); }
td.TdClassName
{
border-color: #DA8169;
}
.TagClassName
{
border-color: #DA8169;
}
</style>