Shades of Gold Tips #DBBB30
Tints of Gold Tips #DBBB30
RGB
CMYK
RGB Variations
Color information
#DBBB30 (or 0xDBBB30) is known color: Gold Tips. HEX triplet: DB, BB and 30. RGB value is (219,187,48). Sum of RGB (Red+Green+Blue) = 219+187+48=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 48 (19.14% from 255 or 10.57% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB30 is #2444CF. Grayscale: #B5B5B5. Windows color (decimal): -2376912 or 3193819. OLE color: 3193819.
HSL color Cylindrical-coordinate representation of color #DBBB30: hue angle of 48.77º 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 #DBBB30 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 48 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.14 |
| HSL | 48.77º | 0.7% | 0.52% | - |
| HSV(B) | 48.77º | 0.78% | 0.86% | - |
| XYZ | 47.52 | 50.81 | 10.1 | - |
| YUV | 180.72 | 53.1 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 48 | 0 | 0.15 | 0.78 | 0.14 | 48.77 | 0.7 | 0.52 |
| Hex | DB | BB | 30 | 0 | F | 4E | E | 31 | 46 | 34 |
| Octal | 333 | 273 | 60 | 0 | 17 | 116 | 16 | 61 | 106 | 64 |
| Binary | 11011011 | 10111011 | 110000 | 0 | 1111 | 1001110 | 1110 | 110001 | 1000110 | 110100 |
Color Harmonies of #DBBB30
Complementary color
Monochromatic Colors of #DBBB30
Black with #DBBB30
Text Example
Text Example
White with #DBBB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB30; }
p { color: rgb(219,187,48); }
H1.HeaderClassName
{
color: #DBBB30;
}
.AnyTagClassName
{
color: #DBBB30;
}
</style>
background-color css
<style>
a { background-color: #DBBB30; }
a { background-color: rgb(219,187,48); }
div.DivClassName
{
background-color: #DBBB30;
}
.BgClassName
{
background-color: #DBBB30;
}
</style>
border-color css
<style>
span { border-color: #DBBB30; }
span { border-color: rgb(219,187,48); }
td.TdClassName
{
border-color: #DBBB30;
}
.TagClassName
{
border-color: #DBBB30;
}
</style>