Shades of Gold Drop #DB6029
Tints of Gold Drop #DB6029
RGB
CMYK
RGB Variations
Color information
#DB6029 (or 0xDB6029) is known color: Gold Drop. HEX triplet: DB, 60 and 29. RGB value is (219,96,41). Sum of RGB (Red+Green+Blue) = 219+96+41=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 96 (37.89% from 255 or 26.97% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6029 is #249FD6. Grayscale: #7E7E7E. Windows color (decimal): -2400215 or 2711771. OLE color: 2711771.
HSL color Cylindrical-coordinate representation of color #DB6029: hue angle of 18.54º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB6029 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 96 | 41 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.14 |
| HSL | 18.54º | 0.71% | 0.51% | - |
| HSV(B) | 18.54º | 0.81% | 0.86% | - |
| XYZ | 33.8 | 23.59 | 4.87 | - |
| YUV | 126.51 | 79.75 | 193.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 96 | 41 | 0 | 0.56 | 0.81 | 0.14 | 18.54 | 0.71 | 0.51 |
| Hex | DB | 60 | 29 | 0 | 38 | 51 | E | 13 | 47 | 33 |
| Octal | 333 | 140 | 51 | 0 | 70 | 121 | 16 | 23 | 107 | 63 |
| Binary | 11011011 | 1100000 | 101001 | 0 | 111000 | 1010001 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB6029
Complementary color
Monochromatic Colors of #DB6029
Black with #DB6029
Text Example
Text Example
White with #DB6029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6029; }
p { color: rgb(219,96,41); }
H1.HeaderClassName
{
color: #DB6029;
}
.AnyTagClassName
{
color: #DB6029;
}
</style>
background-color css
<style>
a { background-color: #DB6029; }
a { background-color: rgb(219,96,41); }
div.DivClassName
{
background-color: #DB6029;
}
.BgClassName
{
background-color: #DB6029;
}
</style>
border-color css
<style>
span { border-color: #DB6029; }
span { border-color: rgb(219,96,41); }
td.TdClassName
{
border-color: #DB6029;
}
.TagClassName
{
border-color: #DB6029;
}
</style>