Shades of Gold Tips #DBB928
Tints of Gold Tips #DBB928
RGB
CMYK
RGB Variations
Color information
#DBB928 (or 0xDBB928) is known color: Gold Tips. HEX triplet: DB, B9 and 28. RGB value is (219,185,40). Sum of RGB (Red+Green+Blue) = 219+185+40=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 40 (16.02% from 255 or 9.01% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB928 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB928 is #2446D7. Grayscale: #B3B3B3. Windows color (decimal): -2377432 or 2669019. OLE color: 2669019.
HSL color Cylindrical-coordinate representation of color #DBB928: hue angle of 48.6º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBB928 is Cyan = 0, Magento = 0.16, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 40 | - |
| CMYK | 0 | 0.16 | 0.82 | 0.14 |
| HSL | 48.6º | 0.71% | 0.51% | - |
| HSV(B) | 48.6º | 0.82% | 0.86% | - |
| XYZ | 46.95 | 49.91 | 9.17 | - |
| YUV | 178.64 | 49.76 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 40 | 0 | 0.16 | 0.82 | 0.14 | 48.6 | 0.71 | 0.51 |
| Hex | DB | B9 | 28 | 0 | 10 | 52 | E | 31 | 47 | 33 |
| Octal | 333 | 271 | 50 | 0 | 20 | 122 | 16 | 61 | 107 | 63 |
| Binary | 11011011 | 10111001 | 101000 | 0 | 10000 | 1010010 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBB928
Complementary color
Monochromatic Colors of #DBB928
Black with #DBB928
Text Example
Text Example
White with #DBB928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB928; }
p { color: rgb(219,185,40); }
H1.HeaderClassName
{
color: #DBB928;
}
.AnyTagClassName
{
color: #DBB928;
}
</style>
background-color css
<style>
a { background-color: #DBB928; }
a { background-color: rgb(219,185,40); }
div.DivClassName
{
background-color: #DBB928;
}
.BgClassName
{
background-color: #DBB928;
}
</style>
border-color css
<style>
span { border-color: #DBB928; }
span { border-color: rgb(219,185,40); }
td.TdClassName
{
border-color: #DBB928;
}
.TagClassName
{
border-color: #DBB928;
}
</style>