Shades of Gold Drop #DC682B
Tints of Gold Drop #DC682B
RGB
CMYK
RGB Variations
Color information
#DC682B (or 0xDC682B) is known color: Gold Drop. HEX triplet: DC, 68 and 2B. RGB value is (220,104,43). Sum of RGB (Red+Green+Blue) = 220+104+43=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 43 (17.19% from 255 or 11.72% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC682B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC682B is #2397D4. Grayscale: #848484. Windows color (decimal): -2332629 or 2844892. OLE color: 2844892.
HSL color Cylindrical-coordinate representation of color #DC682B: hue angle of 20.68º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC682B is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 104 | 43 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.14 |
| HSL | 20.68º | 0.72% | 0.52% | - |
| HSV(B) | 20.68º | 0.8% | 0.86% | - |
| XYZ | 34.9 | 25.29 | 5.33 | - |
| YUV | 131.73 | 77.93 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 104 | 43 | 0 | 0.53 | 0.80 | 0.14 | 20.68 | 0.72 | 0.52 |
| Hex | DC | 68 | 2B | 0 | 35 | 50 | E | 15 | 48 | 34 |
| Octal | 334 | 150 | 53 | 0 | 65 | 120 | 16 | 25 | 110 | 64 |
| Binary | 11011100 | 1101000 | 101011 | 0 | 110101 | 1010000 | 1110 | 10101 | 1001000 | 110100 |
Color Harmonies of #DC682B
Complementary color
Monochromatic Colors of #DC682B
Black with #DC682B
Text Example
Text Example
White with #DC682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC682B; }
p { color: rgb(220,104,43); }
H1.HeaderClassName
{
color: #DC682B;
}
.AnyTagClassName
{
color: #DC682B;
}
</style>
background-color css
<style>
a { background-color: #DC682B; }
a { background-color: rgb(220,104,43); }
div.DivClassName
{
background-color: #DC682B;
}
.BgClassName
{
background-color: #DC682B;
}
</style>
border-color css
<style>
span { border-color: #DC682B; }
span { border-color: rgb(220,104,43); }
td.TdClassName
{
border-color: #DC682B;
}
.TagClassName
{
border-color: #DC682B;
}
</style>