Shades of Gold Tips #DBBB2B
Tints of Gold Tips #DBBB2B
RGB
CMYK
RGB Variations
Color information
#DBBB2B (or 0xDBBB2B) is known color: Gold Tips. HEX triplet: DB, BB and 2B. RGB value is (219,187,43). Sum of RGB (Red+Green+Blue) = 219+187+43=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 43 (17.19% from 255 or 9.58% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB2B is #2444D4. Grayscale: #B4B4B4. Windows color (decimal): -2376917 or 2866139. OLE color: 2866139.
HSL color Cylindrical-coordinate representation of color #DBBB2B: hue angle of 49.09º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBBB2B is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 43 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.14 |
| HSL | 49.09º | 0.71% | 0.51% | - |
| HSV(B) | 49.09º | 0.8% | 0.86% | - |
| XYZ | 47.42 | 50.78 | 9.59 | - |
| YUV | 180.15 | 50.6 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 43 | 0 | 0.15 | 0.80 | 0.14 | 49.09 | 0.71 | 0.51 |
| Hex | DB | BB | 2B | 0 | F | 50 | E | 31 | 47 | 33 |
| Octal | 333 | 273 | 53 | 0 | 17 | 120 | 16 | 61 | 107 | 63 |
| Binary | 11011011 | 10111011 | 101011 | 0 | 1111 | 1010000 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBBB2B
Complementary color
Monochromatic Colors of #DBBB2B
Black with #DBBB2B
Text Example
Text Example
White with #DBBB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB2B; }
p { color: rgb(219,187,43); }
H1.HeaderClassName
{
color: #DBBB2B;
}
.AnyTagClassName
{
color: #DBBB2B;
}
</style>
background-color css
<style>
a { background-color: #DBBB2B; }
a { background-color: rgb(219,187,43); }
div.DivClassName
{
background-color: #DBBB2B;
}
.BgClassName
{
background-color: #DBBB2B;
}
</style>
border-color css
<style>
span { border-color: #DBBB2B; }
span { border-color: rgb(219,187,43); }
td.TdClassName
{
border-color: #DBBB2B;
}
.TagClassName
{
border-color: #DBBB2B;
}
</style>