Shades of Gold Tips #DBB92D
Tints of Gold Tips #DBB92D
RGB
CMYK
RGB Variations
Color information
#DBB92D (or 0xDBB92D) is known color: Gold Tips. HEX triplet: DB, B9 and 2D. RGB value is (219,185,45). Sum of RGB (Red+Green+Blue) = 219+185+45=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 185 (72.66% from 255 or 41.20% from 449); Blue value is 45 (17.97% from 255 or 10.02% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB92D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB92D is #2446D2. Grayscale: #B3B3B3. Windows color (decimal): -2377427 or 2996699. OLE color: 2996699.
HSL color Cylindrical-coordinate representation of color #DBB92D: hue angle of 48.28º 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 #DBB92D is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 185 | 45 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.14 |
| HSL | 48.28º | 0.71% | 0.52% | - |
| HSV(B) | 48.28º | 0.79% | 0.86% | - |
| XYZ | 47.04 | 49.95 | 9.64 | - |
| YUV | 179.21 | 52.26 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 185 | 45 | 0 | 0.16 | 0.79 | 0.14 | 48.28 | 0.71 | 0.52 |
| Hex | DB | B9 | 2D | 0 | 10 | 4F | E | 30 | 47 | 34 |
| Octal | 333 | 271 | 55 | 0 | 20 | 117 | 16 | 60 | 107 | 64 |
| Binary | 11011011 | 10111001 | 101101 | 0 | 10000 | 1001111 | 1110 | 110000 | 1000111 | 110100 |
Color Harmonies of #DBB92D
Complementary color
Monochromatic Colors of #DBB92D
Black with #DBB92D
Text Example
Text Example
White with #DBB92D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB92D; }
p { color: rgb(219,185,45); }
H1.HeaderClassName
{
color: #DBB92D;
}
.AnyTagClassName
{
color: #DBB92D;
}
</style>
background-color css
<style>
a { background-color: #DBB92D; }
a { background-color: rgb(219,185,45); }
div.DivClassName
{
background-color: #DBB92D;
}
.BgClassName
{
background-color: #DBB92D;
}
</style>
border-color css
<style>
span { border-color: #DBB92D; }
span { border-color: rgb(219,185,45); }
td.TdClassName
{
border-color: #DBB92D;
}
.TagClassName
{
border-color: #DBB92D;
}
</style>