Shades of Gold Tips #DBBA30
Tints of Gold Tips #DBBA30
RGB
CMYK
RGB Variations
Color information
#DBBA30 (or 0xDBBA30) is known color: Gold Tips. HEX triplet: DB, BA and 30. RGB value is (219,186,48). Sum of RGB (Red+Green+Blue) = 219+186+48=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBA30 is #2445CF. Grayscale: #B4B4B4. Windows color (decimal): -2377168 or 3193563. OLE color: 3193563.
HSL color Cylindrical-coordinate representation of color #DBBA30: hue angle of 48.42º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBBA30 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 186 | 48 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.14 |
| HSL | 48.42º | 0.7% | 0.52% | - |
| HSV(B) | 48.42º | 0.78% | 0.86% | - |
| XYZ | 47.31 | 50.39 | 10.03 | - |
| YUV | 180.14 | 53.43 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 186 | 48 | 0 | 0.15 | 0.78 | 0.14 | 48.42 | 0.7 | 0.52 |
| Hex | DB | BA | 30 | 0 | F | 4E | E | 30 | 46 | 34 |
| Octal | 333 | 272 | 60 | 0 | 17 | 116 | 16 | 60 | 106 | 64 |
| Binary | 11011011 | 10111010 | 110000 | 0 | 1111 | 1001110 | 1110 | 110000 | 1000110 | 110100 |
Color Harmonies of #DBBA30
Complementary color
Monochromatic Colors of #DBBA30
Black with #DBBA30
Text Example
Text Example
White with #DBBA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBA30; }
p { color: rgb(219,186,48); }
H1.HeaderClassName
{
color: #DBBA30;
}
.AnyTagClassName
{
color: #DBBA30;
}
</style>
background-color css
<style>
a { background-color: #DBBA30; }
a { background-color: rgb(219,186,48); }
div.DivClassName
{
background-color: #DBBA30;
}
.BgClassName
{
background-color: #DBBA30;
}
</style>
border-color css
<style>
span { border-color: #DBBA30; }
span { border-color: rgb(219,186,48); }
td.TdClassName
{
border-color: #DBBA30;
}
.TagClassName
{
border-color: #DBBA30;
}
</style>