Shades of Gold Tips #DBBB2A
Tints of Gold Tips #DBBB2A
RGB
CMYK
RGB Variations
Color information
#DBBB2A (or 0xDBBB2A) is known color: Gold Tips. HEX triplet: DB, BB and 2A. RGB value is (219,187,42). Sum of RGB (Red+Green+Blue) = 219+187+42=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 42 (16.80% from 255 or 9.38% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB2A is #2444D5. Grayscale: #B4B4B4. Windows color (decimal): -2376918 or 2800603. OLE color: 2800603.
HSL color Cylindrical-coordinate representation of color #DBBB2A: hue angle of 49.15º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBBB2A is Cyan = 0, Magento = 0.15, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 42 | - |
| CMYK | 0 | 0.15 | 0.81 | 0.14 |
| HSL | 49.15º | 0.71% | 0.51% | - |
| HSV(B) | 49.15º | 0.81% | 0.86% | - |
| XYZ | 47.4 | 50.77 | 9.49 | - |
| YUV | 180.04 | 50.1 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 42 | 0 | 0.15 | 0.81 | 0.14 | 49.15 | 0.71 | 0.51 |
| Hex | DB | BB | 2A | 0 | F | 51 | E | 31 | 47 | 33 |
| Octal | 333 | 273 | 52 | 0 | 17 | 121 | 16 | 61 | 107 | 63 |
| Binary | 11011011 | 10111011 | 101010 | 0 | 1111 | 1010001 | 1110 | 110001 | 1000111 | 110011 |
Color Harmonies of #DBBB2A
Complementary color
Monochromatic Colors of #DBBB2A
Black with #DBBB2A
Text Example
Text Example
White with #DBBB2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB2A; }
p { color: rgb(219,187,42); }
H1.HeaderClassName
{
color: #DBBB2A;
}
.AnyTagClassName
{
color: #DBBB2A;
}
</style>
background-color css
<style>
a { background-color: #DBBB2A; }
a { background-color: rgb(219,187,42); }
div.DivClassName
{
background-color: #DBBB2A;
}
.BgClassName
{
background-color: #DBBB2A;
}
</style>
border-color css
<style>
span { border-color: #DBBB2A; }
span { border-color: rgb(219,187,42); }
td.TdClassName
{
border-color: #DBBB2A;
}
.TagClassName
{
border-color: #DBBB2A;
}
</style>