Shades of Gold Drop #DB6828
Tints of Gold Drop #DB6828
RGB
CMYK
RGB Variations
Color information
#DB6828 (or 0xDB6828) is known color: Gold Drop. HEX triplet: DB, 68 and 28. RGB value is (219,104,40). Sum of RGB (Red+Green+Blue) = 219+104+40=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 40 (16.02% from 255 or 11.02% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6828 is #2497D7. Grayscale: #838383. Windows color (decimal): -2398168 or 2648283. OLE color: 2648283.
HSL color Cylindrical-coordinate representation of color #DB6828: hue angle of 21.45º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DB6828 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 104 | 40 | - |
| CMYK | 0 | 0.53 | 0.82 | 0.14 |
| HSL | 21.45º | 0.71% | 0.51% | - |
| HSV(B) | 21.45º | 0.82% | 0.86% | - |
| XYZ | 34.55 | 25.11 | 5.03 | - |
| YUV | 131.09 | 76.6 | 190.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 104 | 40 | 0 | 0.53 | 0.82 | 0.14 | 21.45 | 0.71 | 0.51 |
| Hex | DB | 68 | 28 | 0 | 35 | 52 | E | 15 | 47 | 33 |
| Octal | 333 | 150 | 50 | 0 | 65 | 122 | 16 | 25 | 107 | 63 |
| Binary | 11011011 | 1101000 | 101000 | 0 | 110101 | 1010010 | 1110 | 10101 | 1000111 | 110011 |
Color Harmonies of #DB6828
Complementary color
Monochromatic Colors of #DB6828
Black with #DB6828
Text Example
Text Example
White with #DB6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6828; }
p { color: rgb(219,104,40); }
H1.HeaderClassName
{
color: #DB6828;
}
.AnyTagClassName
{
color: #DB6828;
}
</style>
background-color css
<style>
a { background-color: #DB6828; }
a { background-color: rgb(219,104,40); }
div.DivClassName
{
background-color: #DB6828;
}
.BgClassName
{
background-color: #DB6828;
}
</style>
border-color css
<style>
span { border-color: #DB6828; }
span { border-color: rgb(219,104,40); }
td.TdClassName
{
border-color: #DB6828;
}
.TagClassName
{
border-color: #DB6828;
}
</style>