Shades of Gold Drop #DB682C
Tints of Gold Drop #DB682C
RGB
CMYK
RGB Variations
Color information
#DB682C (or 0xDB682C) is known color: Gold Drop. HEX triplet: DB, 68 and 2C. RGB value is (219,104,44). Sum of RGB (Red+Green+Blue) = 219+104+44=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 44 (17.58% from 255 or 11.99% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB682C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB682C is #2497D3. Grayscale: #838383. Windows color (decimal): -2398164 or 2910427. OLE color: 2910427.
HSL color Cylindrical-coordinate representation of color #DB682C: hue angle of 20.57º degrees, saturation: 0.71, 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 #DB682C is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 44 | - |
| CMYK | 0 | 0.53 | 0.80 | 0.14 |
| HSL | 20.57º | 0.71% | 0.52% | - |
| HSV(B) | 20.57º | 0.8% | 0.86% | - |
| XYZ | 34.62 | 25.14 | 5.41 | - |
| YUV | 131.55 | 78.6 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 44 | 0 | 0.53 | 0.80 | 0.14 | 20.57 | 0.71 | 0.52 |
| Hex | DB | 68 | 2C | 0 | 35 | 50 | E | 15 | 47 | 34 |
| Octal | 333 | 150 | 54 | 0 | 65 | 120 | 16 | 25 | 107 | 64 |
| Binary | 11011011 | 1101000 | 101100 | 0 | 110101 | 1010000 | 1110 | 10101 | 1000111 | 110100 |
Color Harmonies of #DB682C
Complementary color
Monochromatic Colors of #DB682C
Black with #DB682C
Text Example
Text Example
White with #DB682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB682C; }
p { color: rgb(219,104,44); }
H1.HeaderClassName
{
color: #DB682C;
}
.AnyTagClassName
{
color: #DB682C;
}
</style>
background-color css
<style>
a { background-color: #DB682C; }
a { background-color: rgb(219,104,44); }
div.DivClassName
{
background-color: #DB682C;
}
.BgClassName
{
background-color: #DB682C;
}
</style>
border-color css
<style>
span { border-color: #DB682C; }
span { border-color: rgb(219,104,44); }
td.TdClassName
{
border-color: #DB682C;
}
.TagClassName
{
border-color: #DB682C;
}
</style>