Shades of Gold Tips #DBB028
Tints of Gold Tips #DBB028
RGB
CMYK
RGB Variations
Color information
#DBB028 (or 0xDBB028) is known color: Gold Tips. HEX triplet: DB, B0 and 28. RGB value is (219,176,40). Sum of RGB (Red+Green+Blue) = 219+176+40=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 176 (69.14% from 255 or 40.46% from 435); Blue value is 40 (16.02% from 255 or 9.20% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB028 is #244FD7. Grayscale: #ADADAD. Windows color (decimal): -2379736 or 2666715. OLE color: 2666715.
HSL color Cylindrical-coordinate representation of color #DBB028: hue angle of 45.59º 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 #DBB028 is Cyan = 0, Magento = 0.20, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 176 | 40 | - |
| CMYK | 0 | 0.20 | 0.82 | 0.14 |
| HSL | 45.59º | 0.71% | 0.51% | - |
| HSV(B) | 45.59º | 0.82% | 0.86% | - |
| XYZ | 45.12 | 46.26 | 8.56 | - |
| YUV | 173.35 | 52.75 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 176 | 40 | 0 | 0.20 | 0.82 | 0.14 | 45.59 | 0.71 | 0.51 |
| Hex | DB | B0 | 28 | 0 | 14 | 52 | E | 2E | 47 | 33 |
| Octal | 333 | 260 | 50 | 0 | 24 | 122 | 16 | 56 | 107 | 63 |
| Binary | 11011011 | 10110000 | 101000 | 0 | 10100 | 1010010 | 1110 | 101110 | 1000111 | 110011 |
Color Harmonies of #DBB028
Complementary color
Monochromatic Colors of #DBB028
Black with #DBB028
Text Example
Text Example
White with #DBB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB028; }
p { color: rgb(219,176,40); }
H1.HeaderClassName
{
color: #DBB028;
}
.AnyTagClassName
{
color: #DBB028;
}
</style>
background-color css
<style>
a { background-color: #DBB028; }
a { background-color: rgb(219,176,40); }
div.DivClassName
{
background-color: #DBB028;
}
.BgClassName
{
background-color: #DBB028;
}
</style>
border-color css
<style>
span { border-color: #DBB028; }
span { border-color: rgb(219,176,40); }
td.TdClassName
{
border-color: #DBB028;
}
.TagClassName
{
border-color: #DBB028;
}
</style>