Shades of Gold Tips #DBB528
Tints of Gold Tips #DBB528
RGB
CMYK
RGB Variations
Color information
#DBB528 (or 0xDBB528) is known color: Gold Tips. HEX triplet: DB, B5 and 28. RGB value is (219,181,40). Sum of RGB (Red+Green+Blue) = 219+181+40=440 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.77% from 440); Green value is 181 (71.09% from 255 or 41.14% from 440); Blue value is 40 (16.02% from 255 or 9.09% from 440); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB528 is #244AD7. Grayscale: #B0B0B0. Windows color (decimal): -2378456 or 2667995. OLE color: 2667995.
HSL color Cylindrical-coordinate representation of color #DBB528: hue angle of 47.26º 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 #DBB528 is Cyan = 0, Magento = 0.17, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 181 | 40 | - |
| CMYK | 0 | 0.17 | 0.82 | 0.14 |
| HSL | 47.26º | 0.71% | 0.51% | - |
| HSV(B) | 47.26º | 0.82% | 0.86% | - |
| XYZ | 46.12 | 48.26 | 8.89 | - |
| YUV | 176.29 | 51.09 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 181 | 40 | 0 | 0.17 | 0.82 | 0.14 | 47.26 | 0.71 | 0.51 |
| Hex | DB | B5 | 28 | 0 | 11 | 52 | E | 2F | 47 | 33 |
| Octal | 333 | 265 | 50 | 0 | 21 | 122 | 16 | 57 | 107 | 63 |
| Binary | 11011011 | 10110101 | 101000 | 0 | 10001 | 1010010 | 1110 | 101111 | 1000111 | 110011 |
Color Harmonies of #DBB528
Complementary color
Monochromatic Colors of #DBB528
Black with #DBB528
Text Example
Text Example
White with #DBB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB528; }
p { color: rgb(219,181,40); }
H1.HeaderClassName
{
color: #DBB528;
}
.AnyTagClassName
{
color: #DBB528;
}
</style>
background-color css
<style>
a { background-color: #DBB528; }
a { background-color: rgb(219,181,40); }
div.DivClassName
{
background-color: #DBB528;
}
.BgClassName
{
background-color: #DBB528;
}
</style>
border-color css
<style>
span { border-color: #DBB528; }
span { border-color: rgb(219,181,40); }
td.TdClassName
{
border-color: #DBB528;
}
.TagClassName
{
border-color: #DBB528;
}
</style>