Shades of Gold Drop #DB6E30
Tints of Gold Drop #DB6E30
RGB
CMYK
RGB Variations
Color information
#DB6E30 (or 0xDB6E30) is known color: Gold Drop. HEX triplet: DB, 6E and 30. RGB value is (219,110,48). Sum of RGB (Red+Green+Blue) = 219+110+48=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6E30 is #2491CF. Grayscale: #878787. Windows color (decimal): -2396624 or 3174107. OLE color: 3174107.
HSL color Cylindrical-coordinate representation of color #DB6E30: hue angle of 21.75º 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 #DB6E30 is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 110 | 48 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.14 |
| HSL | 21.75º | 0.7% | 0.52% | - |
| HSV(B) | 21.75º | 0.78% | 0.86% | - |
| XYZ | 35.32 | 26.43 | 6.04 | - |
| YUV | 135.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 110 | 48 | 0 | 0.50 | 0.78 | 0.14 | 21.75 | 0.7 | 0.52 |
| Hex | DB | 6E | 30 | 0 | 32 | 4E | E | 16 | 46 | 34 |
| Octal | 333 | 156 | 60 | 0 | 62 | 116 | 16 | 26 | 106 | 64 |
| Binary | 11011011 | 1101110 | 110000 | 0 | 110010 | 1001110 | 1110 | 10110 | 1000110 | 110100 |
Color Harmonies of #DB6E30
Complementary color
Monochromatic Colors of #DB6E30
Black with #DB6E30
Text Example
Text Example
White with #DB6E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6E30; }
p { color: rgb(219,110,48); }
H1.HeaderClassName
{
color: #DB6E30;
}
.AnyTagClassName
{
color: #DB6E30;
}
</style>
background-color css
<style>
a { background-color: #DB6E30; }
a { background-color: rgb(219,110,48); }
div.DivClassName
{
background-color: #DB6E30;
}
.BgClassName
{
background-color: #DB6E30;
}
</style>
border-color css
<style>
span { border-color: #DB6E30; }
span { border-color: rgb(219,110,48); }
td.TdClassName
{
border-color: #DB6E30;
}
.TagClassName
{
border-color: #DB6E30;
}
</style>