Shades of Gold Tips #DBB92C
Tints of Gold Tips #DBB92C
RGB
CMYK
RGB Variations
Color information
#DBB92C (or 0xDBB92C) is known color: Gold Tips. HEX triplet: DB, B9 and 2C. RGB value is (219,185,44). Sum of RGB (Red+Green+Blue) = 219+185+44=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 44 (17.58% from 255 or 9.82% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB92C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB92C is #2446D3. Grayscale: #B3B3B3. Windows color (decimal): -2377428 or 2931163. OLE color: 2931163.
HSL color Cylindrical-coordinate representation of color #DBB92C: hue angle of 48.34º 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 #DBB92C is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 44 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.14 |
| HSL | 48.34º | 0.71% | 0.52% | - |
| HSV(B) | 48.34º | 0.8% | 0.86% | - |
| XYZ | 47.02 | 49.94 | 9.54 | - |
| YUV | 179.09 | 51.76 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 44 | 0 | 0.16 | 0.80 | 0.14 | 48.34 | 0.71 | 0.52 |
| Hex | DB | B9 | 2C | 0 | 10 | 50 | E | 30 | 47 | 34 |
| Octal | 333 | 271 | 54 | 0 | 20 | 120 | 16 | 60 | 107 | 64 |
| Binary | 11011011 | 10111001 | 101100 | 0 | 10000 | 1010000 | 1110 | 110000 | 1000111 | 110100 |
Color Harmonies of #DBB92C
Complementary color
Monochromatic Colors of #DBB92C
Black with #DBB92C
Text Example
Text Example
White with #DBB92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB92C; }
p { color: rgb(219,185,44); }
H1.HeaderClassName
{
color: #DBB92C;
}
.AnyTagClassName
{
color: #DBB92C;
}
</style>
background-color css
<style>
a { background-color: #DBB92C; }
a { background-color: rgb(219,185,44); }
div.DivClassName
{
background-color: #DBB92C;
}
.BgClassName
{
background-color: #DBB92C;
}
</style>
border-color css
<style>
span { border-color: #DBB92C; }
span { border-color: rgb(219,185,44); }
td.TdClassName
{
border-color: #DBB92C;
}
.TagClassName
{
border-color: #DBB92C;
}
</style>