Shades of Gold Drop #DB682A
Tints of Gold Drop #DB682A
RGB
CMYK
RGB Variations
Color information
#DB682A (or 0xDB682A) is known color: Gold Drop. HEX triplet: DB, 68 and 2A. RGB value is (219,104,42). Sum of RGB (Red+Green+Blue) = 219+104+42=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 42 (16.80% from 255 or 11.51% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB682A is #2497D5. Grayscale: #838383. Windows color (decimal): -2398166 or 2779355. OLE color: 2779355.
HSL color Cylindrical-coordinate representation of color #DB682A: hue angle of 21.02º degrees, saturation: 0.71, 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 #DB682A is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 42 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.14 |
| HSL | 21.02º | 0.71% | 0.51% | - |
| HSV(B) | 21.02º | 0.81% | 0.86% | - |
| XYZ | 34.58 | 25.13 | 5.22 | - |
| YUV | 131.32 | 77.6 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 42 | 0 | 0.53 | 0.81 | 0.14 | 21.02 | 0.71 | 0.51 |
| Hex | DB | 68 | 2A | 0 | 35 | 51 | E | 15 | 47 | 33 |
| Octal | 333 | 150 | 52 | 0 | 65 | 121 | 16 | 25 | 107 | 63 |
| Binary | 11011011 | 1101000 | 101010 | 0 | 110101 | 1010001 | 1110 | 10101 | 1000111 | 110011 |
Color Harmonies of #DB682A
Complementary color
Monochromatic Colors of #DB682A
Black with #DB682A
Text Example
Text Example
White with #DB682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB682A; }
p { color: rgb(219,104,42); }
H1.HeaderClassName
{
color: #DB682A;
}
.AnyTagClassName
{
color: #DB682A;
}
</style>
background-color css
<style>
a { background-color: #DB682A; }
a { background-color: rgb(219,104,42); }
div.DivClassName
{
background-color: #DB682A;
}
.BgClassName
{
background-color: #DB682A;
}
</style>
border-color css
<style>
span { border-color: #DB682A; }
span { border-color: rgb(219,104,42); }
td.TdClassName
{
border-color: #DB682A;
}
.TagClassName
{
border-color: #DB682A;
}
</style>