Shades of Gold Drop #DB6426
Tints of Gold Drop #DB6426
RGB
CMYK
RGB Variations
Color information
#DB6426 (or 0xDB6426) is known color: Gold Drop. HEX triplet: DB, 64 and 26. RGB value is (219,100,38). Sum of RGB (Red+Green+Blue) = 219+100+38=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 38 (15.23% from 255 or 10.64% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6426 is #249BD9. Grayscale: #808080. Windows color (decimal): -2399194 or 2516187. OLE color: 2516187.
HSL color Cylindrical-coordinate representation of color #DB6426: hue angle of 20.55º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB6426 is Cyan = 0, Magento = 0.54, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 100 | 38 | - |
| CMYK | 0 | 0.54 | 0.83 | 0.14 |
| HSL | 20.55º | 0.72% | 0.5% | - |
| HSV(B) | 20.55º | 0.83% | 0.86% | - |
| XYZ | 34.12 | 24.31 | 4.73 | - |
| YUV | 128.51 | 76.92 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 100 | 38 | 0 | 0.54 | 0.83 | 0.14 | 20.55 | 0.72 | 0.5 |
| Hex | DB | 64 | 26 | 0 | 36 | 53 | E | 15 | 48 | 32 |
| Octal | 333 | 144 | 46 | 0 | 66 | 123 | 16 | 25 | 110 | 62 |
| Binary | 11011011 | 1100100 | 100110 | 0 | 110110 | 1010011 | 1110 | 10101 | 1001000 | 110010 |
Color Harmonies of #DB6426
Complementary color
Monochromatic Colors of #DB6426
Black with #DB6426
Text Example
Text Example
White with #DB6426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6426; }
p { color: rgb(219,100,38); }
H1.HeaderClassName
{
color: #DB6426;
}
.AnyTagClassName
{
color: #DB6426;
}
</style>
background-color css
<style>
a { background-color: #DB6426; }
a { background-color: rgb(219,100,38); }
div.DivClassName
{
background-color: #DB6426;
}
.BgClassName
{
background-color: #DB6426;
}
</style>
border-color css
<style>
span { border-color: #DB6426; }
span { border-color: rgb(219,100,38); }
td.TdClassName
{
border-color: #DB6426;
}
.TagClassName
{
border-color: #DB6426;
}
</style>