Shades of Copper #DA8F63
Tints of Copper #DA8F63
RGB
CMYK
RGB Variations
Color information
#DA8F63 (or 0xDA8F63) is known color: Copper. HEX triplet: DA, 8F and 63. RGB value is (218,143,99). Sum of RGB (Red+Green+Blue) = 218+143+99=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F63 is #25709C. Grayscale: #A0A0A0. Windows color (decimal): -2453661 or 6524890. OLE color: 6524890.
HSL color Cylindrical-coordinate representation of color #DA8F63: hue angle of 22.18º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA8F63 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 143 | 99 | - |
| CMYK | 0 | 0.34 | 0.55 | 0.15 |
| HSL | 22.18º | 0.62% | 0.62% | - |
| HSV(B) | 22.18º | 0.55% | 0.85% | - |
| XYZ | 40.99 | 35.45 | 16.49 | - |
| YUV | 160.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 143 | 99 | 0 | 0.34 | 0.55 | 0.15 | 22.18 | 0.62 | 0.62 |
| Hex | DA | 8F | 63 | 0 | 22 | 37 | F | 16 | 3E | 3E |
| Octal | 332 | 217 | 143 | 0 | 42 | 67 | 17 | 26 | 76 | 76 |
| Binary | 11011010 | 10001111 | 1100011 | 0 | 100010 | 110111 | 1111 | 10110 | 111110 | 111110 |
Color Harmonies of #DA8F63
Complementary color
Monochromatic Colors of #DA8F63
Black with #DA8F63
Text Example
Text Example
White with #DA8F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA8F63; }
p { color: rgb(218,143,99); }
H1.HeaderClassName
{
color: #DA8F63;
}
.AnyTagClassName
{
color: #DA8F63;
}
</style>
background-color css
<style>
a { background-color: #DA8F63; }
a { background-color: rgb(218,143,99); }
div.DivClassName
{
background-color: #DA8F63;
}
.BgClassName
{
background-color: #DA8F63;
}
</style>
border-color css
<style>
span { border-color: #DA8F63; }
span { border-color: rgb(218,143,99); }
td.TdClassName
{
border-color: #DA8F63;
}
.TagClassName
{
border-color: #DA8F63;
}
</style>