Shades of Copper #DF926D
Tints of Copper #DF926D
RGB
CMYK
RGB Variations
Color information
#DF926D (or 0xDF926D) is known color: Copper. HEX triplet: DF, 92 and 6D. RGB value is (223,146,109). Sum of RGB (Red+Green+Blue) = 223+146+109=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF926D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF926D is #206D92. Grayscale: #A5A5A5. Windows color (decimal): -2125203 or 7181023. OLE color: 7181023.
HSL color Cylindrical-coordinate representation of color #DF926D: hue angle of 19.47º 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 #DF926D is Cyan = 0, Magento = 0.35, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 109 | - |
| CMYK | 0 | 0.35 | 0.51 | 0.13 |
| HSL | 19.47º | 0.64% | 0.65% | - |
| HSV(B) | 19.47º | 0.51% | 0.87% | - |
| XYZ | 43.47 | 37.35 | 19.39 | - |
| YUV | 164.81 | 96.51 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 109 | 0 | 0.35 | 0.51 | 0.13 | 19.47 | 0.64 | 0.65 |
| Hex | DF | 92 | 6D | 0 | 23 | 33 | D | 13 | 40 | 41 |
| Octal | 337 | 222 | 155 | 0 | 43 | 63 | 15 | 23 | 100 | 101 |
| Binary | 11011111 | 10010010 | 1101101 | 0 | 100011 | 110011 | 1101 | 10011 | 1000000 | 1000001 |
Color Harmonies of #DF926D
Complementary color
Monochromatic Colors of #DF926D
Black with #DF926D
Text Example
Text Example
White with #DF926D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF926D; }
p { color: rgb(223,146,109); }
H1.HeaderClassName
{
color: #DF926D;
}
.AnyTagClassName
{
color: #DF926D;
}
</style>
background-color css
<style>
a { background-color: #DF926D; }
a { background-color: rgb(223,146,109); }
div.DivClassName
{
background-color: #DF926D;
}
.BgClassName
{
background-color: #DF926D;
}
</style>
border-color css
<style>
span { border-color: #DF926D; }
span { border-color: rgb(223,146,109); }
td.TdClassName
{
border-color: #DF926D;
}
.TagClassName
{
border-color: #DF926D;
}
</style>