Shades of Copper #DA8369
Tints of Copper #DA8369
RGB
CMYK
RGB Variations
Color information
#DA8369 (or 0xDA8369) is known color: Copper. HEX triplet: DA, 83 and 69. RGB value is (218,131,105). Sum of RGB (Red+Green+Blue) = 218+131+105=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8369 is #257C96. Grayscale: #9A9A9A. Windows color (decimal): -2456727 or 6915034. OLE color: 6915034.
HSL color Cylindrical-coordinate representation of color #DA8369: hue angle of 13.81º 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 #DA8369 is Cyan = 0, Magento = 0.40, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 105 | - |
| CMYK | 0 | 0.40 | 0.52 | 0.15 |
| HSL | 13.81º | 0.6% | 0.63% | - |
| HSV(B) | 13.81º | 0.52% | 0.85% | - |
| XYZ | 39.58 | 32.16 | 17.49 | - |
| YUV | 154.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 105 | 0 | 0.40 | 0.52 | 0.15 | 13.81 | 0.6 | 0.63 |
| Hex | DA | 83 | 69 | 0 | 28 | 34 | F | E | 3C | 3F |
| Octal | 332 | 203 | 151 | 0 | 50 | 64 | 17 | 16 | 74 | 77 |
| Binary | 11011010 | 10000011 | 1101001 | 0 | 101000 | 110100 | 1111 | 1110 | 111100 | 111111 |
Color Harmonies of #DA8369
Complementary color
Monochromatic Colors of #DA8369
Black with #DA8369
Text Example
Text Example
White with #DA8369
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8369; }
p { color: rgb(218,131,105); }
H1.HeaderClassName
{
color: #DA8369;
}
.AnyTagClassName
{
color: #DA8369;
}
</style>
background-color css
<style>
a { background-color: #DA8369; }
a { background-color: rgb(218,131,105); }
div.DivClassName
{
background-color: #DA8369;
}
.BgClassName
{
background-color: #DA8369;
}
</style>
border-color css
<style>
span { border-color: #DA8369; }
span { border-color: rgb(218,131,105); }
td.TdClassName
{
border-color: #DA8369;
}
.TagClassName
{
border-color: #DA8369;
}
</style>