Shades of Gold Tips #DBBB26
Tints of Gold Tips #DBBB26
RGB
CMYK
RGB Variations
Color information
#DBBB26 (or 0xDBBB26) is known color: Gold Tips. HEX triplet: DB, BB and 26. RGB value is (219,187,38). Sum of RGB (Red+Green+Blue) = 219+187+38=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 187 (73.44% from 255 or 42.12% from 444); Blue value is 38 (15.23% from 255 or 8.56% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB26 is #2444D9. Grayscale: #B4B4B4. Windows color (decimal): -2376922 or 2538459. OLE color: 2538459.
HSL color Cylindrical-coordinate representation of color #DBBB26: hue angle of 49.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBBB26 is Cyan = 0, Magento = 0.15, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 38 | - |
| CMYK | 0 | 0.15 | 0.83 | 0.14 |
| HSL | 49.39º | 0.72% | 0.5% | - |
| HSV(B) | 49.39º | 0.83% | 0.86% | - |
| XYZ | 47.33 | 50.74 | 9.13 | - |
| YUV | 179.58 | 48.1 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 38 | 0 | 0.15 | 0.83 | 0.14 | 49.39 | 0.72 | 0.5 |
| Hex | DB | BB | 26 | 0 | F | 53 | E | 31 | 48 | 32 |
| Octal | 333 | 273 | 46 | 0 | 17 | 123 | 16 | 61 | 110 | 62 |
| Binary | 11011011 | 10111011 | 100110 | 0 | 1111 | 1010011 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DBBB26
Complementary color
Monochromatic Colors of #DBBB26
Black with #DBBB26
Text Example
Text Example
White with #DBBB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB26; }
p { color: rgb(219,187,38); }
H1.HeaderClassName
{
color: #DBBB26;
}
.AnyTagClassName
{
color: #DBBB26;
}
</style>
background-color css
<style>
a { background-color: #DBBB26; }
a { background-color: rgb(219,187,38); }
div.DivClassName
{
background-color: #DBBB26;
}
.BgClassName
{
background-color: #DBBB26;
}
</style>
border-color css
<style>
span { border-color: #DBBB26; }
span { border-color: rgb(219,187,38); }
td.TdClassName
{
border-color: #DBBB26;
}
.TagClassName
{
border-color: #DBBB26;
}
</style>