Shades of Gold Tips #DBBD2C
Tints of Gold Tips #DBBD2C
RGB
CMYK
RGB Variations
Color information
#DBBD2C (or 0xDBBD2C) is known color: Gold Tips. HEX triplet: DB, BD and 2C. RGB value is (219,189,44). Sum of RGB (Red+Green+Blue) = 219+189+44=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 44 (17.58% from 255 or 9.73% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBD2C is #2442D3. Grayscale: #B6B6B6. Windows color (decimal): -2376404 or 2932187. OLE color: 2932187.
HSL color Cylindrical-coordinate representation of color #DBBD2C: hue angle of 49.71º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBBD2C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 189 | 44 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.14 |
| HSL | 49.71º | 0.71% | 0.52% | - |
| HSV(B) | 49.71º | 0.8% | 0.86% | - |
| XYZ | 47.87 | 51.64 | 9.83 | - |
| YUV | 181.44 | 50.44 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 189 | 44 | 0 | 0.14 | 0.80 | 0.14 | 49.71 | 0.71 | 0.52 |
| Hex | DB | BD | 2C | 0 | E | 50 | E | 32 | 47 | 34 |
| Octal | 333 | 275 | 54 | 0 | 16 | 120 | 16 | 62 | 107 | 64 |
| Binary | 11011011 | 10111101 | 101100 | 0 | 1110 | 1010000 | 1110 | 110010 | 1000111 | 110100 |
Color Harmonies of #DBBD2C
Complementary color
Monochromatic Colors of #DBBD2C
Black with #DBBD2C
Text Example
Text Example
White with #DBBD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBD2C; }
p { color: rgb(219,189,44); }
H1.HeaderClassName
{
color: #DBBD2C;
}
.AnyTagClassName
{
color: #DBBD2C;
}
</style>
background-color css
<style>
a { background-color: #DBBD2C; }
a { background-color: rgb(219,189,44); }
div.DivClassName
{
background-color: #DBBD2C;
}
.BgClassName
{
background-color: #DBBD2C;
}
</style>
border-color css
<style>
span { border-color: #DBBD2C; }
span { border-color: rgb(219,189,44); }
td.TdClassName
{
border-color: #DBBD2C;
}
.TagClassName
{
border-color: #DBBD2C;
}
</style>