Shades of Copper #DF916D
Tints of Copper #DF916D
RGB
CMYK
RGB Variations
Color information
#DF916D (or 0xDF916D) is known color: Copper. HEX triplet: DF, 91 and 6D. RGB value is (223,145,109). Sum of RGB (Red+Green+Blue) = 223+145+109=477 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.75% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 223 - color contains mainly: red. Hex color #DF916D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF916D is #206E92. Grayscale: #A4A4A4. Windows color (decimal): -2125459 or 7180767. OLE color: 7180767.
HSL color Cylindrical-coordinate representation of color #DF916D: hue angle of 18.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF916D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 145 | 109 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.13 |
| HSL | 18.95º | 0.64% | 0.65% | - |
| HSV(B) | 18.95º | 0.51% | 0.87% | - |
| XYZ | 43.32 | 37.04 | 19.33 | - |
| YUV | 164.22 | 96.84 | 169.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 145 | 109 | 0 | 0.35 | 0.51 | 0.13 | 18.95 | 0.64 | 0.65 |
| Hex | DF | 91 | 6D | 0 | 23 | 33 | D | 13 | 40 | 41 |
| Octal | 337 | 221 | 155 | 0 | 43 | 63 | 15 | 23 | 100 | 101 |
| Binary | 11011111 | 10010001 | 1101101 | 0 | 100011 | 110011 | 1101 | 10011 | 1000000 | 1000001 |
Color Harmonies of #DF916D
Complementary color
Monochromatic Colors of #DF916D
Black with #DF916D
Text Example
Text Example
White with #DF916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF916D; }
p { color: rgb(223,145,109); }
H1.HeaderClassName
{
color: #DF916D;
}
.AnyTagClassName
{
color: #DF916D;
}
</style>
background-color css
<style>
a { background-color: #DF916D; }
a { background-color: rgb(223,145,109); }
div.DivClassName
{
background-color: #DF916D;
}
.BgClassName
{
background-color: #DF916D;
}
</style>
border-color css
<style>
span { border-color: #DF916D; }
span { border-color: rgb(223,145,109); }
td.TdClassName
{
border-color: #DF916D;
}
.TagClassName
{
border-color: #DF916D;
}
</style>