Shades of Gold Tips #DBBA25
Tints of Gold Tips #DBBA25
RGB
CMYK
RGB Variations
Color information
#DBBA25 (or 0xDBBA25) is known color: Gold Tips. HEX triplet: DB, BA and 25. RGB value is (219,186,37). Sum of RGB (Red+Green+Blue) = 219+186+37=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 37 (14.84% from 255 or 8.37% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA25 is #2445DA. Grayscale: #B3B3B3. Windows color (decimal): -2377179 or 2472667. OLE color: 2472667.
HSL color Cylindrical-coordinate representation of color #DBBA25: hue angle of 49.12º 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 #DBBA25 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 37 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.14 |
| HSL | 49.12º | 0.72% | 0.5% | - |
| HSV(B) | 49.12º | 0.83% | 0.86% | - |
| XYZ | 47.11 | 50.31 | 8.98 | - |
| YUV | 178.88 | 47.93 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 37 | 0 | 0.15 | 0.83 | 0.14 | 49.12 | 0.72 | 0.5 |
| Hex | DB | BA | 25 | 0 | F | 53 | E | 31 | 48 | 32 |
| Octal | 333 | 272 | 45 | 0 | 17 | 123 | 16 | 61 | 110 | 62 |
| Binary | 11011011 | 10111010 | 100101 | 0 | 1111 | 1010011 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DBBA25
Complementary color
Monochromatic Colors of #DBBA25
Black with #DBBA25
Text Example
Text Example
White with #DBBA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA25; }
p { color: rgb(219,186,37); }
H1.HeaderClassName
{
color: #DBBA25;
}
.AnyTagClassName
{
color: #DBBA25;
}
</style>
background-color css
<style>
a { background-color: #DBBA25; }
a { background-color: rgb(219,186,37); }
div.DivClassName
{
background-color: #DBBA25;
}
.BgClassName
{
background-color: #DBBA25;
}
</style>
border-color css
<style>
span { border-color: #DBBA25; }
span { border-color: rgb(219,186,37); }
td.TdClassName
{
border-color: #DBBA25;
}
.TagClassName
{
border-color: #DBBA25;
}
</style>