Shades of Gold Tips #DBBC30
Tints of Gold Tips #DBBC30
RGB
CMYK
RGB Variations
Color information
#DBBC30 (or 0xDBBC30) is known color: Gold Tips. HEX triplet: DB, BC and 30. RGB value is (219,188,48). Sum of RGB (Red+Green+Blue) = 219+188+48=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 48 (19.14% from 255 or 10.55% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC30 is #2443CF. Grayscale: #B5B5B5. Windows color (decimal): -2376656 or 3194075. OLE color: 3194075.
HSL color Cylindrical-coordinate representation of color #DBBC30: hue angle of 49.12º 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 #DBBC30 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 48 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.14 |
| HSL | 49.12º | 0.7% | 0.52% | - |
| HSV(B) | 49.12º | 0.78% | 0.86% | - |
| XYZ | 47.73 | 51.24 | 10.17 | - |
| YUV | 181.31 | 52.77 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 48 | 0 | 0.14 | 0.78 | 0.14 | 49.12 | 0.7 | 0.52 |
| Hex | DB | BC | 30 | 0 | E | 4E | E | 31 | 46 | 34 |
| Octal | 333 | 274 | 60 | 0 | 16 | 116 | 16 | 61 | 106 | 64 |
| Binary | 11011011 | 10111100 | 110000 | 0 | 1110 | 1001110 | 1110 | 110001 | 1000110 | 110100 |
Color Harmonies of #DBBC30
Complementary color
Monochromatic Colors of #DBBC30
Black with #DBBC30
Text Example
Text Example
White with #DBBC30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC30; }
p { color: rgb(219,188,48); }
H1.HeaderClassName
{
color: #DBBC30;
}
.AnyTagClassName
{
color: #DBBC30;
}
</style>
background-color css
<style>
a { background-color: #DBBC30; }
a { background-color: rgb(219,188,48); }
div.DivClassName
{
background-color: #DBBC30;
}
.BgClassName
{
background-color: #DBBC30;
}
</style>
border-color css
<style>
span { border-color: #DBBC30; }
span { border-color: rgb(219,188,48); }
td.TdClassName
{
border-color: #DBBC30;
}
.TagClassName
{
border-color: #DBBC30;
}
</style>