Shades of Gold Tips #DBB524
Tints of Gold Tips #DBB524
RGB
CMYK
RGB Variations
Color information
#DBB524 (or 0xDBB524) is known color: Gold Tips. HEX triplet: DB, B5 and 24. RGB value is (219,181,36). Sum of RGB (Red+Green+Blue) = 219+181+36=436 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.23% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 36 (14.45% from 255 or 8.26% from 436); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB524 is #244ADB. Grayscale: #B0B0B0. Windows color (decimal): -2378460 or 2405851. OLE color: 2405851.
HSL color Cylindrical-coordinate representation of color #DBB524: hue angle of 47.54º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBB524 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 36 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.14 |
| HSL | 47.54º | 0.72% | 0.5% | - |
| HSV(B) | 47.54º | 0.84% | 0.86% | - |
| XYZ | 46.06 | 48.24 | 8.55 | - |
| YUV | 175.83 | 49.09 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 36 | 0 | 0.17 | 0.84 | 0.14 | 47.54 | 0.72 | 0.5 |
| Hex | DB | B5 | 24 | 0 | 11 | 54 | E | 30 | 48 | 32 |
| Octal | 333 | 265 | 44 | 0 | 21 | 124 | 16 | 60 | 110 | 62 |
| Binary | 11011011 | 10110101 | 100100 | 0 | 10001 | 1010100 | 1110 | 110000 | 1001000 | 110010 |
Color Harmonies of #DBB524
Complementary color
Monochromatic Colors of #DBB524
Black with #DBB524
Text Example
Text Example
White with #DBB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB524; }
p { color: rgb(219,181,36); }
H1.HeaderClassName
{
color: #DBB524;
}
.AnyTagClassName
{
color: #DBB524;
}
</style>
background-color css
<style>
a { background-color: #DBB524; }
a { background-color: rgb(219,181,36); }
div.DivClassName
{
background-color: #DBB524;
}
.BgClassName
{
background-color: #DBB524;
}
</style>
border-color css
<style>
span { border-color: #DBB524; }
span { border-color: rgb(219,181,36); }
td.TdClassName
{
border-color: #DBB524;
}
.TagClassName
{
border-color: #DBB524;
}
</style>