Shades of Gold Tips #DBBC2C
Tints of Gold Tips #DBBC2C
RGB
CMYK
RGB Variations
Color information
#DBBC2C (or 0xDBBC2C) is known color: Gold Tips. HEX triplet: DB, BC and 2C. RGB value is (219,188,44). Sum of RGB (Red+Green+Blue) = 219+188+44=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 44 (17.58% from 255 or 9.76% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBC2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBC2C is #2443D3. Grayscale: #B5B5B5. Windows color (decimal): -2376660 or 2931931. OLE color: 2931931.
HSL color Cylindrical-coordinate representation of color #DBBC2C: hue angle of 49.37º 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 #DBBC2C is Cyan = 0, Magento = 0.14, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 188 | 44 | - |
| CMYK | 0 | 0.14 | 0.80 | 0.14 |
| HSL | 49.37º | 0.71% | 0.52% | - |
| HSV(B) | 49.37º | 0.8% | 0.86% | - |
| XYZ | 47.65 | 51.21 | 9.76 | - |
| YUV | 180.85 | 50.77 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 188 | 44 | 0 | 0.14 | 0.80 | 0.14 | 49.37 | 0.71 | 0.52 |
| Hex | DB | BC | 2C | 0 | E | 50 | E | 31 | 47 | 34 |
| Octal | 333 | 274 | 54 | 0 | 16 | 120 | 16 | 61 | 107 | 64 |
| Binary | 11011011 | 10111100 | 101100 | 0 | 1110 | 1010000 | 1110 | 110001 | 1000111 | 110100 |
Color Harmonies of #DBBC2C
Complementary color
Monochromatic Colors of #DBBC2C
Black with #DBBC2C
Text Example
Text Example
White with #DBBC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBC2C; }
p { color: rgb(219,188,44); }
H1.HeaderClassName
{
color: #DBBC2C;
}
.AnyTagClassName
{
color: #DBBC2C;
}
</style>
background-color css
<style>
a { background-color: #DBBC2C; }
a { background-color: rgb(219,188,44); }
div.DivClassName
{
background-color: #DBBC2C;
}
.BgClassName
{
background-color: #DBBC2C;
}
</style>
border-color css
<style>
span { border-color: #DBBC2C; }
span { border-color: rgb(219,188,44); }
td.TdClassName
{
border-color: #DBBC2C;
}
.TagClassName
{
border-color: #DBBC2C;
}
</style>