Shades of Gold Drop #DB682E
Tints of Gold Drop #DB682E
RGB
CMYK
RGB Variations
Color information
#DB682E (or 0xDB682E) is known color: Gold Drop. HEX triplet: DB, 68 and 2E. RGB value is (219,104,46). Sum of RGB (Red+Green+Blue) = 219+104+46=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 46 (18.36% from 255 or 12.47% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB682E is #2497D1. Grayscale: #848484. Windows color (decimal): -2398162 or 3041499. OLE color: 3041499.
HSL color Cylindrical-coordinate representation of color #DB682E: hue angle of 20.12º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB682E is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 46 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.14 |
| HSL | 20.12º | 0.71% | 0.52% | - |
| HSV(B) | 20.12º | 0.79% | 0.86% | - |
| XYZ | 34.66 | 25.16 | 5.61 | - |
| YUV | 131.77 | 79.6 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 46 | 0 | 0.53 | 0.79 | 0.14 | 20.12 | 0.71 | 0.52 |
| Hex | DB | 68 | 2E | 0 | 35 | 4F | E | 14 | 47 | 34 |
| Octal | 333 | 150 | 56 | 0 | 65 | 117 | 16 | 24 | 107 | 64 |
| Binary | 11011011 | 1101000 | 101110 | 0 | 110101 | 1001111 | 1110 | 10100 | 1000111 | 110100 |
Color Harmonies of #DB682E
Complementary color
Monochromatic Colors of #DB682E
Black with #DB682E
Text Example
Text Example
White with #DB682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB682E; }
p { color: rgb(219,104,46); }
H1.HeaderClassName
{
color: #DB682E;
}
.AnyTagClassName
{
color: #DB682E;
}
</style>
background-color css
<style>
a { background-color: #DB682E; }
a { background-color: rgb(219,104,46); }
div.DivClassName
{
background-color: #DB682E;
}
.BgClassName
{
background-color: #DB682E;
}
</style>
border-color css
<style>
span { border-color: #DB682E; }
span { border-color: rgb(219,104,46); }
td.TdClassName
{
border-color: #DB682E;
}
.TagClassName
{
border-color: #DB682E;
}
</style>