Shades of Gold Tips #DBB824
Tints of Gold Tips #DBB824
RGB
CMYK
RGB Variations
Color information
#DBB824 (or 0xDBB824) is known color: Gold Tips. HEX triplet: DB, B8 and 24. RGB value is (219,184,36). Sum of RGB (Red+Green+Blue) = 219+184+36=439 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.89% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 36 (14.45% from 255 or 8.20% from 439); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB824 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB824 is #2447DB. Grayscale: #B2B2B2. Windows color (decimal): -2377692 or 2406619. OLE color: 2406619.
HSL color Cylindrical-coordinate representation of color #DBB824: hue angle of 48.52º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DBB824 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 36 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.14 |
| HSL | 48.52º | 0.72% | 0.5% | - |
| HSV(B) | 48.52º | 0.84% | 0.86% | - |
| XYZ | 46.67 | 49.47 | 8.76 | - |
| YUV | 177.59 | 48.1 | 157.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 36 | 0 | 0.16 | 0.84 | 0.14 | 48.52 | 0.72 | 0.5 |
| Hex | DB | B8 | 24 | 0 | 10 | 54 | E | 31 | 48 | 32 |
| Octal | 333 | 270 | 44 | 0 | 20 | 124 | 16 | 61 | 110 | 62 |
| Binary | 11011011 | 10111000 | 100100 | 0 | 10000 | 1010100 | 1110 | 110001 | 1001000 | 110010 |
Color Harmonies of #DBB824
Complementary color
Monochromatic Colors of #DBB824
Black with #DBB824
Text Example
Text Example
White with #DBB824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB824; }
p { color: rgb(219,184,36); }
H1.HeaderClassName
{
color: #DBB824;
}
.AnyTagClassName
{
color: #DBB824;
}
</style>
background-color css
<style>
a { background-color: #DBB824; }
a { background-color: rgb(219,184,36); }
div.DivClassName
{
background-color: #DBB824;
}
.BgClassName
{
background-color: #DBB824;
}
</style>
border-color css
<style>
span { border-color: #DBB824; }
span { border-color: rgb(219,184,36); }
td.TdClassName
{
border-color: #DBB824;
}
.TagClassName
{
border-color: #DBB824;
}
</style>