Shades of Gold Tips #DBBB2D
Tints of Gold Tips #DBBB2D
RGB
CMYK
RGB Variations
Color information
#DBBB2D (or 0xDBBB2D) is known color: Gold Tips. HEX triplet: DB, BB and 2D. RGB value is (219,187,45). Sum of RGB (Red+Green+Blue) = 219+187+45=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 187 (73.44% from 255 or 41.46% from 451); Blue value is 45 (17.97% from 255 or 9.98% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB2D is #2444D2. Grayscale: #B4B4B4. Windows color (decimal): -2376915 or 2997211. OLE color: 2997211.
HSL color Cylindrical-coordinate representation of color #DBBB2D: hue angle of 48.97º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBBB2D is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 45 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.14 |
| HSL | 48.97º | 0.71% | 0.52% | - |
| HSV(B) | 48.97º | 0.79% | 0.86% | - |
| XYZ | 47.46 | 50.79 | 9.78 | - |
| YUV | 180.38 | 51.6 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 45 | 0 | 0.15 | 0.79 | 0.14 | 48.97 | 0.71 | 0.52 |
| Hex | DB | BB | 2D | 0 | F | 4F | E | 31 | 47 | 34 |
| Octal | 333 | 273 | 55 | 0 | 17 | 117 | 16 | 61 | 107 | 64 |
| Binary | 11011011 | 10111011 | 101101 | 0 | 1111 | 1001111 | 1110 | 110001 | 1000111 | 110100 |
Color Harmonies of #DBBB2D
Complementary color
Monochromatic Colors of #DBBB2D
Black with #DBBB2D
Text Example
Text Example
White with #DBBB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB2D; }
p { color: rgb(219,187,45); }
H1.HeaderClassName
{
color: #DBBB2D;
}
.AnyTagClassName
{
color: #DBBB2D;
}
</style>
background-color css
<style>
a { background-color: #DBBB2D; }
a { background-color: rgb(219,187,45); }
div.DivClassName
{
background-color: #DBBB2D;
}
.BgClassName
{
background-color: #DBBB2D;
}
</style>
border-color css
<style>
span { border-color: #DBBB2D; }
span { border-color: rgb(219,187,45); }
td.TdClassName
{
border-color: #DBBB2D;
}
.TagClassName
{
border-color: #DBBB2D;
}
</style>