Shades of Copper #DF926B
Tints of Copper #DF926B
RGB
CMYK
RGB Variations
Color information
#DF926B (or 0xDF926B) is known color: Copper. HEX triplet: DF, 92 and 6B. RGB value is (223,146,107). Sum of RGB (Red+Green+Blue) = 223+146+107=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF926B is #206D94. Grayscale: #A4A4A4. Windows color (decimal): -2125205 or 7049951. OLE color: 7049951.
HSL color Cylindrical-coordinate representation of color #DF926B: hue angle of 20.17º 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 #DF926B is Cyan = 0, Magento = 0.35, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 146 | 107 | - |
| CMYK | 0 | 0.35 | 0.52 | 0.13 |
| HSL | 20.17º | 0.64% | 0.65% | - |
| HSV(B) | 20.17º | 0.52% | 0.87% | - |
| XYZ | 43.36 | 37.31 | 18.83 | - |
| YUV | 164.58 | 95.51 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 146 | 107 | 0 | 0.35 | 0.52 | 0.13 | 20.17 | 0.64 | 0.65 |
| Hex | DF | 92 | 6B | 0 | 23 | 34 | D | 14 | 40 | 41 |
| Octal | 337 | 222 | 153 | 0 | 43 | 64 | 15 | 24 | 100 | 101 |
| Binary | 11011111 | 10010010 | 1101011 | 0 | 100011 | 110100 | 1101 | 10100 | 1000000 | 1000001 |
Color Harmonies of #DF926B
Complementary color
Monochromatic Colors of #DF926B
Black with #DF926B
Text Example
Text Example
White with #DF926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF926B; }
p { color: rgb(223,146,107); }
H1.HeaderClassName
{
color: #DF926B;
}
.AnyTagClassName
{
color: #DF926B;
}
</style>
background-color css
<style>
a { background-color: #DF926B; }
a { background-color: rgb(223,146,107); }
div.DivClassName
{
background-color: #DF926B;
}
.BgClassName
{
background-color: #DF926B;
}
</style>
border-color css
<style>
span { border-color: #DF926B; }
span { border-color: rgb(223,146,107); }
td.TdClassName
{
border-color: #DF926B;
}
.TagClassName
{
border-color: #DF926B;
}
</style>