Shades of Gold Drop #DB6226
Tints of Gold Drop #DB6226
RGB
CMYK
RGB Variations
Color information
#DB6226 (or 0xDB6226) is known color: Gold Drop. HEX triplet: DB, 62 and 26. RGB value is (219,98,38). Sum of RGB (Red+Green+Blue) = 219+98+38=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 38 (15.23% from 255 or 10.70% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6226 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6226 is #249DD9. Grayscale: #7F7F7F. Windows color (decimal): -2399706 or 2515675. OLE color: 2515675.
HSL color Cylindrical-coordinate representation of color #DB6226: hue angle of 19.89º 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 #DB6226 is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 38 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.14 |
| HSL | 19.89º | 0.72% | 0.5% | - |
| HSV(B) | 19.89º | 0.83% | 0.86% | - |
| XYZ | 33.93 | 23.94 | 4.67 | - |
| YUV | 127.34 | 77.59 | 193.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 38 | 0 | 0.55 | 0.83 | 0.14 | 19.89 | 0.72 | 0.5 |
| Hex | DB | 62 | 26 | 0 | 37 | 53 | E | 14 | 48 | 32 |
| Octal | 333 | 142 | 46 | 0 | 67 | 123 | 16 | 24 | 110 | 62 |
| Binary | 11011011 | 1100010 | 100110 | 0 | 110111 | 1010011 | 1110 | 10100 | 1001000 | 110010 |
Color Harmonies of #DB6226
Complementary color
Monochromatic Colors of #DB6226
Black with #DB6226
Text Example
Text Example
White with #DB6226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6226; }
p { color: rgb(219,98,38); }
H1.HeaderClassName
{
color: #DB6226;
}
.AnyTagClassName
{
color: #DB6226;
}
</style>
background-color css
<style>
a { background-color: #DB6226; }
a { background-color: rgb(219,98,38); }
div.DivClassName
{
background-color: #DB6226;
}
.BgClassName
{
background-color: #DB6226;
}
</style>
border-color css
<style>
span { border-color: #DB6226; }
span { border-color: rgb(219,98,38); }
td.TdClassName
{
border-color: #DB6226;
}
.TagClassName
{
border-color: #DB6226;
}
</style>