Shades of Gold Tips #DBBA2B
Tints of Gold Tips #DBBA2B
RGB
CMYK
RGB Variations
Color information
#DBBA2B (or 0xDBBA2B) is known color: Gold Tips. HEX triplet: DB, BA and 2B. RGB value is (219,186,43). Sum of RGB (Red+Green+Blue) = 219+186+43=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 43 (17.19% from 255 or 9.60% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA2B is #2445D4. Grayscale: #B4B4B4. Windows color (decimal): -2377173 or 2865883. OLE color: 2865883.
HSL color Cylindrical-coordinate representation of color #DBBA2B: hue angle of 48.75º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBBA2B is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 43 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.14 |
| HSL | 48.75º | 0.71% | 0.51% | - |
| HSV(B) | 48.75º | 0.8% | 0.86% | - |
| XYZ | 47.21 | 50.35 | 9.52 | - |
| YUV | 179.57 | 50.93 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 43 | 0 | 0.15 | 0.80 | 0.14 | 48.75 | 0.71 | 0.51 |
| Hex | DB | BA | 2B | 0 | F | 50 | E | 31 | 47 | 33 |
| Octal | 333 | 272 | 53 | 0 | 17 | 120 | 16 | 61 | 107 | 63 |
| Binary | 11011011 | 10111010 | 101011 | 0 | 1111 | 1010000 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBBA2B
Complementary color
Monochromatic Colors of #DBBA2B
Black with #DBBA2B
Text Example
Text Example
White with #DBBA2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA2B; }
p { color: rgb(219,186,43); }
H1.HeaderClassName
{
color: #DBBA2B;
}
.AnyTagClassName
{
color: #DBBA2B;
}
</style>
background-color css
<style>
a { background-color: #DBBA2B; }
a { background-color: rgb(219,186,43); }
div.DivClassName
{
background-color: #DBBA2B;
}
.BgClassName
{
background-color: #DBBA2B;
}
</style>
border-color css
<style>
span { border-color: #DBBA2B; }
span { border-color: rgb(219,186,43); }
td.TdClassName
{
border-color: #DBBA2B;
}
.TagClassName
{
border-color: #DBBA2B;
}
</style>