Shades of Copper #DF8A6B
Tints of Copper #DF8A6B
RGB
CMYK
RGB Variations
Color information
#DF8A6B (or 0xDF8A6B) is known color: Copper. HEX triplet: DF, 8A and 6B. RGB value is (223,138,107). Sum of RGB (Red+Green+Blue) = 223+138+107=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 107 (42.19% from 255 or 22.86% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A6B is #207594. Grayscale: #A0A0A0. Windows color (decimal): -2127253 or 7047903. OLE color: 7047903.
HSL color Cylindrical-coordinate representation of color #DF8A6B: hue angle of 16.03º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF8A6B is Cyan = 0, Magento = 0.38, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 138 | 107 | - |
| CMYK | 0 | 0.38 | 0.52 | 0.13 |
| HSL | 16.03º | 0.64% | 0.65% | - |
| HSV(B) | 16.03º | 0.52% | 0.87% | - |
| XYZ | 42.17 | 34.93 | 18.43 | - |
| YUV | 159.88 | 98.16 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 138 | 107 | 0 | 0.38 | 0.52 | 0.13 | 16.03 | 0.64 | 0.65 |
| Hex | DF | 8A | 6B | 0 | 26 | 34 | D | 10 | 40 | 41 |
| Octal | 337 | 212 | 153 | 0 | 46 | 64 | 15 | 20 | 100 | 101 |
| Binary | 11011111 | 10001010 | 1101011 | 0 | 100110 | 110100 | 1101 | 10000 | 1000000 | 1000001 |
Color Harmonies of #DF8A6B
Complementary color
Monochromatic Colors of #DF8A6B
Black with #DF8A6B
Text Example
Text Example
White with #DF8A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8A6B; }
p { color: rgb(223,138,107); }
H1.HeaderClassName
{
color: #DF8A6B;
}
.AnyTagClassName
{
color: #DF8A6B;
}
</style>
background-color css
<style>
a { background-color: #DF8A6B; }
a { background-color: rgb(223,138,107); }
div.DivClassName
{
background-color: #DF8A6B;
}
.BgClassName
{
background-color: #DF8A6B;
}
</style>
border-color css
<style>
span { border-color: #DF8A6B; }
span { border-color: rgb(223,138,107); }
td.TdClassName
{
border-color: #DF8A6B;
}
.TagClassName
{
border-color: #DF8A6B;
}
</style>