Shades of Gold Tips #DBBA26
Tints of Gold Tips #DBBA26
RGB
CMYK
RGB Variations
Color information
#DBBA26 (or 0xDBBA26) is known color: Gold Tips. HEX triplet: DB, BA and 26. RGB value is (219,186,38). Sum of RGB (Red+Green+Blue) = 219+186+38=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 38 (15.23% from 255 or 8.58% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA26 is #2445D9. Grayscale: #B3B3B3. Windows color (decimal): -2377178 or 2538203. OLE color: 2538203.
HSL color Cylindrical-coordinate representation of color #DBBA26: hue angle of 49.06º 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 #DBBA26 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 186 | 38 | - |
CMYK | 0 | 0.15 | 0.83 | 0.14 |
HSL | 49.06º | 0.72% | 0.5% | - |
HSV(B) | 49.06º | 0.83% | 0.86% | - |
XYZ | 47.12 | 50.32 | 9.06 | - |
YUV | 179 | 48.43 | 156.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 186 | 38 | 0 | 0.15 | 0.83 | 0.14 | 49.06 | 0.72 | 0.5 |
Hex | DB | BA | 26 | 0 | F | 53 | E | 31 | 48 | 32 |
Octal | 333 | 272 | 46 | 0 | 17 | 123 | 16 | 61 | 110 | 62 |
Binary | 11011011 | 10111010 | 100110 | 0 | 1111 | 1010011 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DBBA26
Complementary color
Monochromatic Colors of #DBBA26
Black with #DBBA26
Text Example
Text Example
White with #DBBA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA26; }
p { color: rgb(219,186,38); }
H1.HeaderClassName
{
color: #DBBA26;
}
.AnyTagClassName
{
color: #DBBA26;
}
</style>
background-color css
<style>
a { background-color: #DBBA26; }
a { background-color: rgb(219,186,38); }
div.DivClassName
{
background-color: #DBBA26;
}
.BgClassName
{
background-color: #DBBA26;
}
</style>
border-color css
<style>
span { border-color: #DBBA26; }
span { border-color: rgb(219,186,38); }
td.TdClassName
{
border-color: #DBBA26;
}
.TagClassName
{
border-color: #DBBA26;
}
</style>