Shades of Gold Tips #DBBA2A
Tints of Gold Tips #DBBA2A
RGB
CMYK
RGB Variations
Color information
#DBBA2A (or 0xDBBA2A) is known color: Gold Tips. HEX triplet: DB, BA and 2A. RGB value is (219,186,42). Sum of RGB (Red+Green+Blue) = 219+186+42=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 42 (16.80% from 255 or 9.40% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA2A is #2445D5. Grayscale: #B4B4B4. Windows color (decimal): -2377174 or 2800347. OLE color: 2800347.
HSL color Cylindrical-coordinate representation of color #DBBA2A: hue angle of 48.81º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBBA2A is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 42 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.14 |
| HSL | 48.81º | 0.71% | 0.51% | - |
| HSV(B) | 48.81º | 0.81% | 0.86% | - |
| XYZ | 47.19 | 50.35 | 9.42 | - |
| YUV | 179.45 | 50.43 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 42 | 0 | 0.15 | 0.81 | 0.14 | 48.81 | 0.71 | 0.51 |
| Hex | DB | BA | 2A | 0 | F | 51 | E | 31 | 47 | 33 |
| Octal | 333 | 272 | 52 | 0 | 17 | 121 | 16 | 61 | 107 | 63 |
| Binary | 11011011 | 10111010 | 101010 | 0 | 1111 | 1010001 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBBA2A
Complementary color
Monochromatic Colors of #DBBA2A
Black with #DBBA2A
Text Example
Text Example
White with #DBBA2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA2A; }
p { color: rgb(219,186,42); }
H1.HeaderClassName
{
color: #DBBA2A;
}
.AnyTagClassName
{
color: #DBBA2A;
}
</style>
background-color css
<style>
a { background-color: #DBBA2A; }
a { background-color: rgb(219,186,42); }
div.DivClassName
{
background-color: #DBBA2A;
}
.BgClassName
{
background-color: #DBBA2A;
}
</style>
border-color css
<style>
span { border-color: #DBBA2A; }
span { border-color: rgb(219,186,42); }
td.TdClassName
{
border-color: #DBBA2A;
}
.TagClassName
{
border-color: #DBBA2A;
}
</style>