Shades of Copper #DF8A63
Tints of Copper #DF8A63
RGB
CMYK
RGB Variations
Color information
#DF8A63 (or 0xDF8A63) is known color: Copper. HEX triplet: DF, 8A and 63. RGB value is (223,138,99). Sum of RGB (Red+Green+Blue) = 223+138+99=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 138 (54.30% from 255 or 30% from 460); Blue value is 99 (39.06% from 255 or 21.52% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A63 is #20759C. Grayscale: #9F9F9F. Windows color (decimal): -2127261 or 6523615. OLE color: 6523615.
HSL color Cylindrical-coordinate representation of color #DF8A63: hue angle of 18.87º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF8A63 is Cyan = 0, Magento = 0.38, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 99 | - |
| CMYK | 0 | 0.38 | 0.56 | 0.13 |
| HSL | 18.87º | 0.66% | 0.63% | - |
| HSV(B) | 18.87º | 0.56% | 0.87% | - |
| XYZ | 41.77 | 34.77 | 16.31 | - |
| YUV | 158.97 | 94.16 | 173.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 99 | 0 | 0.38 | 0.56 | 0.13 | 18.87 | 0.66 | 0.63 |
| Hex | DF | 8A | 63 | 0 | 26 | 38 | D | 13 | 42 | 3F |
| Octal | 337 | 212 | 143 | 0 | 46 | 70 | 15 | 23 | 102 | 77 |
| Binary | 11011111 | 10001010 | 1100011 | 0 | 100110 | 111000 | 1101 | 10011 | 1000010 | 111111 |
Color Harmonies of #DF8A63
Complementary color
Monochromatic Colors of #DF8A63
Black with #DF8A63
Text Example
Text Example
White with #DF8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A63; }
p { color: rgb(223,138,99); }
H1.HeaderClassName
{
color: #DF8A63;
}
.AnyTagClassName
{
color: #DF8A63;
}
</style>
background-color css
<style>
a { background-color: #DF8A63; }
a { background-color: rgb(223,138,99); }
div.DivClassName
{
background-color: #DF8A63;
}
.BgClassName
{
background-color: #DF8A63;
}
</style>
border-color css
<style>
span { border-color: #DF8A63; }
span { border-color: rgb(223,138,99); }
td.TdClassName
{
border-color: #DF8A63;
}
.TagClassName
{
border-color: #DF8A63;
}
</style>