Shades of Gold Drop #DF682C
Tints of Gold Drop #DF682C
RGB
CMYK
RGB Variations
Color information
#DF682C (or 0xDF682C) is known color: Gold Drop. HEX triplet: DF, 68 and 2C. RGB value is (223,104,44). Sum of RGB (Red+Green+Blue) = 223+104+44=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 44 (17.58% from 255 or 11.86% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DF682C is #2097D3. Grayscale: #858585. Windows color (decimal): -2136020 or 2910431. OLE color: 2910431.
HSL color Cylindrical-coordinate representation of color #DF682C: hue angle of 20.11º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DF682C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 44 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.13 |
| HSL | 20.11º | 0.74% | 0.52% | - |
| HSV(B) | 20.11º | 0.8% | 0.87% | - |
| XYZ | 35.84 | 25.77 | 5.47 | - |
| YUV | 132.74 | 77.92 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 44 | 0 | 0.53 | 0.80 | 0.13 | 20.11 | 0.74 | 0.52 |
| Hex | DF | 68 | 2C | 0 | 35 | 50 | D | 14 | 4A | 34 |
| Octal | 337 | 150 | 54 | 0 | 65 | 120 | 15 | 24 | 112 | 64 |
| Binary | 11011111 | 1101000 | 101100 | 0 | 110101 | 1010000 | 1101 | 10100 | 1001010 | 110100 |
Color Harmonies of #DF682C
Complementary color
Monochromatic Colors of #DF682C
Black with #DF682C
Text Example
Text Example
White with #DF682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF682C; }
p { color: rgb(223,104,44); }
H1.HeaderClassName
{
color: #DF682C;
}
.AnyTagClassName
{
color: #DF682C;
}
</style>
background-color css
<style>
a { background-color: #DF682C; }
a { background-color: rgb(223,104,44); }
div.DivClassName
{
background-color: #DF682C;
}
.BgClassName
{
background-color: #DF682C;
}
</style>
border-color css
<style>
span { border-color: #DF682C; }
span { border-color: rgb(223,104,44); }
td.TdClassName
{
border-color: #DF682C;
}
.TagClassName
{
border-color: #DF682C;
}
</style>