Shades of Gold Drop #DB6528
Tints of Gold Drop #DB6528
RGB
CMYK
RGB Variations
Color information
#DB6528 (or 0xDB6528) is known color: Gold Drop. HEX triplet: DB, 65 and 28. RGB value is (219,101,40). Sum of RGB (Red+Green+Blue) = 219+101+40=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 101 (39.84% from 255 or 28.06% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6528 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6528 is #249AD7. Grayscale: #818181. Windows color (decimal): -2398936 or 2647515. OLE color: 2647515.
HSL color Cylindrical-coordinate representation of color #DB6528: hue angle of 20.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 #DB6528 is Cyan = 0, Magento = 0.54, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 40 | - |
| CMYK | 0 | 0.54 | 0.82 | 0.14 |
| HSL | 20.45º | 0.71% | 0.51% | - |
| HSV(B) | 20.45º | 0.82% | 0.86% | - |
| XYZ | 34.25 | 24.52 | 4.94 | - |
| YUV | 129.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 40 | 0 | 0.54 | 0.82 | 0.14 | 20.45 | 0.71 | 0.51 |
| Hex | DB | 65 | 28 | 0 | 36 | 52 | E | 14 | 47 | 33 |
| Octal | 333 | 145 | 50 | 0 | 66 | 122 | 16 | 24 | 107 | 63 |
| Binary | 11011011 | 1100101 | 101000 | 0 | 110110 | 1010010 | 1110 | 10100 | 1000111 | 110011 |
Color Harmonies of #DB6528
Complementary color
Monochromatic Colors of #DB6528
Black with #DB6528
Text Example
Text Example
White with #DB6528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6528; }
p { color: rgb(219,101,40); }
H1.HeaderClassName
{
color: #DB6528;
}
.AnyTagClassName
{
color: #DB6528;
}
</style>
background-color css
<style>
a { background-color: #DB6528; }
a { background-color: rgb(219,101,40); }
div.DivClassName
{
background-color: #DB6528;
}
.BgClassName
{
background-color: #DB6528;
}
</style>
border-color css
<style>
span { border-color: #DB6528; }
span { border-color: rgb(219,101,40); }
td.TdClassName
{
border-color: #DB6528;
}
.TagClassName
{
border-color: #DB6528;
}
</style>