Shades of Gold Drop #DB6129
Tints of Gold Drop #DB6129
RGB
CMYK
RGB Variations
Color information
#DB6129 (or 0xDB6129) is known color: Gold Drop. HEX triplet: DB, 61 and 29. RGB value is (219,97,41). Sum of RGB (Red+Green+Blue) = 219+97+41=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 41 (16.41% from 255 or 11.48% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DB6129 is #249ED6. Grayscale: #7F7F7F. Windows color (decimal): -2399959 or 2712027. OLE color: 2712027.
HSL color Cylindrical-coordinate representation of color #DB6129: hue angle of 18.88º 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 #DB6129 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 97 | 41 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.14 |
| HSL | 18.88º | 0.71% | 0.51% | - |
| HSV(B) | 18.88º | 0.81% | 0.86% | - |
| XYZ | 33.89 | 23.77 | 4.9 | - |
| YUV | 127.09 | 79.42 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 97 | 41 | 0 | 0.56 | 0.81 | 0.14 | 18.88 | 0.71 | 0.51 |
| Hex | DB | 61 | 29 | 0 | 38 | 51 | E | 13 | 47 | 33 |
| Octal | 333 | 141 | 51 | 0 | 70 | 121 | 16 | 23 | 107 | 63 |
| Binary | 11011011 | 1100001 | 101001 | 0 | 111000 | 1010001 | 1110 | 10011 | 1000111 | 110011 |
Color Harmonies of #DB6129
Complementary color
Monochromatic Colors of #DB6129
Black with #DB6129
Text Example
Text Example
White with #DB6129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6129; }
p { color: rgb(219,97,41); }
H1.HeaderClassName
{
color: #DB6129;
}
.AnyTagClassName
{
color: #DB6129;
}
</style>
background-color css
<style>
a { background-color: #DB6129; }
a { background-color: rgb(219,97,41); }
div.DivClassName
{
background-color: #DB6129;
}
.BgClassName
{
background-color: #DB6129;
}
</style>
border-color css
<style>
span { border-color: #DB6129; }
span { border-color: rgb(219,97,41); }
td.TdClassName
{
border-color: #DB6129;
}
.TagClassName
{
border-color: #DB6129;
}
</style>