Shades of Gold Tips #DBB51E
Tints of Gold Tips #DBB51E
RGB
CMYK
RGB Variations
Color information
#DBB51E (or 0xDBB51E) is known color: Gold Tips. HEX triplet: DB, B5 and 1E. RGB value is (219,181,30). Sum of RGB (Red+Green+Blue) = 219+181+30=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 30 (12.11% from 255 or 6.98% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB51E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB51E is #244AE1. Grayscale: #AFAFAF. Windows color (decimal): -2378466 or 2012635. OLE color: 2012635.
HSL color Cylindrical-coordinate representation of color #DBB51E: hue angle of 47.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBB51E is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 30 | - |
| CMYK | 0 | 0.17 | 0.86 | 0.14 |
| HSL | 47.94º | 0.76% | 0.49% | - |
| HSV(B) | 47.94º | 0.86% | 0.86% | - |
| XYZ | 45.97 | 48.2 | 8.11 | - |
| YUV | 175.15 | 46.09 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 30 | 0 | 0.17 | 0.86 | 0.14 | 47.94 | 0.76 | 0.49 |
| Hex | DB | B5 | 1E | 0 | 11 | 56 | E | 30 | 4C | 31 |
| Octal | 333 | 265 | 36 | 0 | 21 | 126 | 16 | 60 | 114 | 61 |
| Binary | 11011011 | 10110101 | 11110 | 0 | 10001 | 1010110 | 1110 | 110000 | 1001100 | 110001 |
Color Harmonies of #DBB51E
Complementary color
Monochromatic Colors of #DBB51E
Black with #DBB51E
Text Example
Text Example
White with #DBB51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB51E; }
p { color: rgb(219,181,30); }
H1.HeaderClassName
{
color: #DBB51E;
}
.AnyTagClassName
{
color: #DBB51E;
}
</style>
background-color css
<style>
a { background-color: #DBB51E; }
a { background-color: rgb(219,181,30); }
div.DivClassName
{
background-color: #DBB51E;
}
.BgClassName
{
background-color: #DBB51E;
}
</style>
border-color css
<style>
span { border-color: #DBB51E; }
span { border-color: rgb(219,181,30); }
td.TdClassName
{
border-color: #DBB51E;
}
.TagClassName
{
border-color: #DBB51E;
}
</style>