Shades of Gold Tips #DBB325
Tints of Gold Tips #DBB325
RGB
CMYK
RGB Variations
Color information
#DBB325 (or 0xDBB325) is known color: Gold Tips. HEX triplet: DB, B3 and 25. RGB value is (219,179,37). Sum of RGB (Red+Green+Blue) = 219+179+37=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB325 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB325 is #244CDA. Grayscale: #AFAFAF. Windows color (decimal): -2378971 or 2470875. OLE color: 2470875.
HSL color Cylindrical-coordinate representation of color #DBB325: hue angle of 46.81º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBB325 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 179 | 37 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.14 |
| HSL | 46.81º | 0.72% | 0.5% | - |
| HSV(B) | 46.81º | 0.83% | 0.86% | - |
| XYZ | 45.67 | 47.43 | 8.5 | - |
| YUV | 174.77 | 50.25 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 179 | 37 | 0 | 0.18 | 0.83 | 0.14 | 46.81 | 0.72 | 0.5 |
| Hex | DB | B3 | 25 | 0 | 12 | 53 | E | 2F | 48 | 32 |
| Octal | 333 | 263 | 45 | 0 | 22 | 123 | 16 | 57 | 110 | 62 |
| Binary | 11011011 | 10110011 | 100101 | 0 | 10010 | 1010011 | 1110 | 101111 | 1001000 | 110010 |
Color Harmonies of #DBB325
Complementary color
Monochromatic Colors of #DBB325
Black with #DBB325
Text Example
Text Example
White with #DBB325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB325; }
p { color: rgb(219,179,37); }
H1.HeaderClassName
{
color: #DBB325;
}
.AnyTagClassName
{
color: #DBB325;
}
</style>
background-color css
<style>
a { background-color: #DBB325; }
a { background-color: rgb(219,179,37); }
div.DivClassName
{
background-color: #DBB325;
}
.BgClassName
{
background-color: #DBB325;
}
</style>
border-color css
<style>
span { border-color: #DBB325; }
span { border-color: rgb(219,179,37); }
td.TdClassName
{
border-color: #DBB325;
}
.TagClassName
{
border-color: #DBB325;
}
</style>