Shades of Gold Drop #DC682A
Tints of Gold Drop #DC682A
RGB
CMYK
RGB Variations
Color information
#DC682A (or 0xDC682A) is known color: Gold Drop. HEX triplet: DC, 68 and 2A. RGB value is (220,104,42). Sum of RGB (Red+Green+Blue) = 220+104+42=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC682A is #2397D5. Grayscale: #838383. Windows color (decimal): -2332630 or 2779356. OLE color: 2779356.
HSL color Cylindrical-coordinate representation of color #DC682A: hue angle of 20.9º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DC682A is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 42 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.14 |
| HSL | 20.9º | 0.72% | 0.51% | - |
| HSV(B) | 20.9º | 0.81% | 0.86% | - |
| XYZ | 34.88 | 25.28 | 5.23 | - |
| YUV | 131.62 | 77.43 | 191.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 42 | 0 | 0.53 | 0.81 | 0.14 | 20.9 | 0.72 | 0.51 |
| Hex | DC | 68 | 2A | 0 | 35 | 51 | E | 15 | 48 | 33 |
| Octal | 334 | 150 | 52 | 0 | 65 | 121 | 16 | 25 | 110 | 63 |
| Binary | 11011100 | 1101000 | 101010 | 0 | 110101 | 1010001 | 1110 | 10101 | 1001000 | 110011 |
Color Harmonies of #DC682A
Complementary color
Monochromatic Colors of #DC682A
Black with #DC682A
Text Example
Text Example
White with #DC682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC682A; }
p { color: rgb(220,104,42); }
H1.HeaderClassName
{
color: #DC682A;
}
.AnyTagClassName
{
color: #DC682A;
}
</style>
background-color css
<style>
a { background-color: #DC682A; }
a { background-color: rgb(220,104,42); }
div.DivClassName
{
background-color: #DC682A;
}
.BgClassName
{
background-color: #DC682A;
}
</style>
border-color css
<style>
span { border-color: #DC682A; }
span { border-color: rgb(220,104,42); }
td.TdClassName
{
border-color: #DC682A;
}
.TagClassName
{
border-color: #DC682A;
}
</style>