Shades of Gold Tips #DBB82A
Tints of Gold Tips #DBB82A
RGB
CMYK
RGB Variations
Color information
#DBB82A (or 0xDBB82A) is known color: Gold Tips. HEX triplet: DB, B8 and 2A. RGB value is (219,184,42). Sum of RGB (Red+Green+Blue) = 219+184+42=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 42 (16.80% from 255 or 9.44% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB82A is #2447D5. Grayscale: #B2B2B2. Windows color (decimal): -2377686 or 2799835. OLE color: 2799835.
HSL color Cylindrical-coordinate representation of color #DBB82A: hue angle of 48.14º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DBB82A is Cyan = 0, Magento = 0.16, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 42 | - |
| CMYK | 0 | 0.16 | 0.81 | 0.14 |
| HSL | 48.14º | 0.71% | 0.51% | - |
| HSV(B) | 48.14º | 0.81% | 0.86% | - |
| XYZ | 46.77 | 49.51 | 9.28 | - |
| YUV | 178.28 | 51.1 | 157.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 42 | 0 | 0.16 | 0.81 | 0.14 | 48.14 | 0.71 | 0.51 |
| Hex | DB | B8 | 2A | 0 | 10 | 51 | E | 30 | 47 | 33 |
| Octal | 333 | 270 | 52 | 0 | 20 | 121 | 16 | 60 | 107 | 63 |
| Binary | 11011011 | 10111000 | 101010 | 0 | 10000 | 1010001 | 1110 | 110000 | 1000111 | 110011 |
Color Harmonies of #DBB82A
Complementary color
Monochromatic Colors of #DBB82A
Black with #DBB82A
Text Example
Text Example
White with #DBB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB82A; }
p { color: rgb(219,184,42); }
H1.HeaderClassName
{
color: #DBB82A;
}
.AnyTagClassName
{
color: #DBB82A;
}
</style>
background-color css
<style>
a { background-color: #DBB82A; }
a { background-color: rgb(219,184,42); }
div.DivClassName
{
background-color: #DBB82A;
}
.BgClassName
{
background-color: #DBB82A;
}
</style>
border-color css
<style>
span { border-color: #DBB82A; }
span { border-color: rgb(219,184,42); }
td.TdClassName
{
border-color: #DBB82A;
}
.TagClassName
{
border-color: #DBB82A;
}
</style>