Shades of Gold Drop #DB6930
Tints of Gold Drop #DB6930
RGB
CMYK
RGB Variations
Color information
#DB6930 (or 0xDB6930) is known color: Gold Drop. HEX triplet: DB, 69 and 30. RGB value is (219,105,48). Sum of RGB (Red+Green+Blue) = 219+105+48=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6930 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6930 is #2496CF. Grayscale: #848484. Windows color (decimal): -2397904 or 3172827. OLE color: 3172827.
HSL color Cylindrical-coordinate representation of color #DB6930: hue angle of 20º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB6930 is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 105 | 48 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.14 |
| HSL | 20º | 0.7% | 0.52% | - |
| HSV(B) | 20º | 0.78% | 0.86% | - |
| XYZ | 34.8 | 25.38 | 5.86 | - |
| YUV | 132.59 | 80.27 | 189.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 105 | 48 | 0 | 0.52 | 0.78 | 0.14 | 20 | 0.7 | 0.52 |
| Hex | DB | 69 | 30 | 0 | 34 | 4E | E | 14 | 46 | 34 |
| Octal | 333 | 151 | 60 | 0 | 64 | 116 | 16 | 24 | 106 | 64 |
| Binary | 11011011 | 1101001 | 110000 | 0 | 110100 | 1001110 | 1110 | 10100 | 1000110 | 110100 |
Color Harmonies of #DB6930
Complementary color
Monochromatic Colors of #DB6930
Black with #DB6930
Text Example
Text Example
White with #DB6930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6930; }
p { color: rgb(219,105,48); }
H1.HeaderClassName
{
color: #DB6930;
}
.AnyTagClassName
{
color: #DB6930;
}
</style>
background-color css
<style>
a { background-color: #DB6930; }
a { background-color: rgb(219,105,48); }
div.DivClassName
{
background-color: #DB6930;
}
.BgClassName
{
background-color: #DB6930;
}
</style>
border-color css
<style>
span { border-color: #DB6930; }
span { border-color: rgb(219,105,48); }
td.TdClassName
{
border-color: #DB6930;
}
.TagClassName
{
border-color: #DB6930;
}
</style>