Shades of Gold Tips #DBB523
Tints of Gold Tips #DBB523
RGB
CMYK
RGB Variations
Color information
#DBB523 (or 0xDBB523) is known color: Gold Tips. HEX triplet: DB, B5 and 23. RGB value is (219,181,35). Sum of RGB (Red+Green+Blue) = 219+181+35=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 181 (71.09% from 255 or 41.61% from 435); Blue value is 35 (14.06% from 255 or 8.05% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB523 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB523 is #244ADC. Grayscale: #B0B0B0. Windows color (decimal): -2378461 or 2340315. OLE color: 2340315.
HSL color Cylindrical-coordinate representation of color #DBB523: hue angle of 47.61º 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 #DBB523 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 35 | - |
| CMYK | 0 | 0.17 | 0.84 | 0.14 |
| HSL | 47.61º | 0.72% | 0.5% | - |
| HSV(B) | 47.61º | 0.84% | 0.86% | - |
| XYZ | 46.04 | 48.23 | 8.47 | - |
| YUV | 175.72 | 48.59 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 35 | 0 | 0.17 | 0.84 | 0.14 | 47.61 | 0.72 | 0.5 |
| Hex | DB | B5 | 23 | 0 | 11 | 54 | E | 30 | 48 | 32 |
| Octal | 333 | 265 | 43 | 0 | 21 | 124 | 16 | 60 | 110 | 62 |
| Binary | 11011011 | 10110101 | 100011 | 0 | 10001 | 1010100 | 1110 | 110000 | 1001000 | 110010 |
Color Harmonies of #DBB523
Complementary color
Monochromatic Colors of #DBB523
Black with #DBB523
Text Example
Text Example
White with #DBB523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB523; }
p { color: rgb(219,181,35); }
H1.HeaderClassName
{
color: #DBB523;
}
.AnyTagClassName
{
color: #DBB523;
}
</style>
background-color css
<style>
a { background-color: #DBB523; }
a { background-color: rgb(219,181,35); }
div.DivClassName
{
background-color: #DBB523;
}
.BgClassName
{
background-color: #DBB523;
}
</style>
border-color css
<style>
span { border-color: #DBB523; }
span { border-color: rgb(219,181,35); }
td.TdClassName
{
border-color: #DBB523;
}
.TagClassName
{
border-color: #DBB523;
}
</style>