Shades of Copper #DA8C69
Tints of Copper #DA8C69
RGB
CMYK
RGB Variations
Color information
#DA8C69 (or 0xDA8C69) is known color: Copper. HEX triplet: DA, 8C and 69. RGB value is (218,140,105). Sum of RGB (Red+Green+Blue) = 218+140+105=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 140 (55.08% from 255 or 30.24% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C69 is #257396. Grayscale: #9F9F9F. Windows color (decimal): -2454423 or 6917338. OLE color: 6917338.
HSL color Cylindrical-coordinate representation of color #DA8C69: hue angle of 18.58º 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 #DA8C69 is Cyan = 0, Magento = 0.36, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 140 | 105 | - |
| CMYK | 0 | 0.36 | 0.52 | 0.15 |
| HSL | 18.58º | 0.6% | 0.63% | - |
| HSV(B) | 18.58º | 0.52% | 0.85% | - |
| XYZ | 40.84 | 34.68 | 17.91 | - |
| YUV | 159.33 | 97.34 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 140 | 105 | 0 | 0.36 | 0.52 | 0.15 | 18.58 | 0.6 | 0.63 |
| Hex | DA | 8C | 69 | 0 | 24 | 34 | F | 13 | 3C | 3F |
| Octal | 332 | 214 | 151 | 0 | 44 | 64 | 17 | 23 | 74 | 77 |
| Binary | 11011010 | 10001100 | 1101001 | 0 | 100100 | 110100 | 1111 | 10011 | 111100 | 111111 |
Color Harmonies of #DA8C69
Complementary color
Monochromatic Colors of #DA8C69
Black with #DA8C69
Text Example
Text Example
White with #DA8C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8C69; }
p { color: rgb(218,140,105); }
H1.HeaderClassName
{
color: #DA8C69;
}
.AnyTagClassName
{
color: #DA8C69;
}
</style>
background-color css
<style>
a { background-color: #DA8C69; }
a { background-color: rgb(218,140,105); }
div.DivClassName
{
background-color: #DA8C69;
}
.BgClassName
{
background-color: #DA8C69;
}
</style>
border-color css
<style>
span { border-color: #DA8C69; }
span { border-color: rgb(218,140,105); }
td.TdClassName
{
border-color: #DA8C69;
}
.TagClassName
{
border-color: #DA8C69;
}
</style>