Shades of Gold Tips #DBBB28
Tints of Gold Tips #DBBB28
RGB
CMYK
RGB Variations
Color information
#DBBB28 (or 0xDBBB28) is known color: Gold Tips. HEX triplet: DB, BB and 28. RGB value is (219,187,40). Sum of RGB (Red+Green+Blue) = 219+187+40=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 40 (16.02% from 255 or 8.97% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB28 is #2444D7. Grayscale: #B4B4B4. Windows color (decimal): -2376920 or 2669531. OLE color: 2669531.
HSL color Cylindrical-coordinate representation of color #DBBB28: hue angle of 49.27º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DBBB28 is Cyan = 0, Magento = 0.15, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 40 | - |
| CMYK | 0 | 0.15 | 0.82 | 0.14 |
| HSL | 49.27º | 0.71% | 0.51% | - |
| HSV(B) | 49.27º | 0.82% | 0.86% | - |
| XYZ | 47.37 | 50.75 | 9.31 | - |
| YUV | 179.81 | 49.1 | 155.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 40 | 0 | 0.15 | 0.82 | 0.14 | 49.27 | 0.71 | 0.51 |
| Hex | DB | BB | 28 | 0 | F | 52 | E | 31 | 47 | 33 |
| Octal | 333 | 273 | 50 | 0 | 17 | 122 | 16 | 61 | 107 | 63 |
| Binary | 11011011 | 10111011 | 101000 | 0 | 1111 | 1010010 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBBB28
Complementary color
Monochromatic Colors of #DBBB28
Black with #DBBB28
Text Example
Text Example
White with #DBBB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB28; }
p { color: rgb(219,187,40); }
H1.HeaderClassName
{
color: #DBBB28;
}
.AnyTagClassName
{
color: #DBBB28;
}
</style>
background-color css
<style>
a { background-color: #DBBB28; }
a { background-color: rgb(219,187,40); }
div.DivClassName
{
background-color: #DBBB28;
}
.BgClassName
{
background-color: #DBBB28;
}
</style>
border-color css
<style>
span { border-color: #DBBB28; }
span { border-color: rgb(219,187,40); }
td.TdClassName
{
border-color: #DBBB28;
}
.TagClassName
{
border-color: #DBBB28;
}
</style>