Shades of Metallic Gold #DBBB32
Tints of Metallic Gold #DBBB32
RGB
CMYK
RGB Variations
Color information
#DBBB32 (or 0xDBBB32) is known color: Metallic Gold. HEX triplet: DB, BB and 32. RGB value is (219,187,50). Sum of RGB (Red+Green+Blue) = 219+187+50=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 50 (19.92% from 255 or 10.96% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBB32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBBB32 is #2444CD. Grayscale: #B5B5B5. Windows color (decimal): -2376910 or 3324891. OLE color: 3324891.
HSL color Cylindrical-coordinate representation of color #DBBB32: hue angle of 48.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DBBB32 is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 50 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.14 |
| HSL | 48.64º | 0.7% | 0.53% | - |
| HSV(B) | 48.64º | 0.77% | 0.86% | - |
| XYZ | 47.56 | 50.83 | 10.32 | - |
| YUV | 180.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 50 | 0 | 0.15 | 0.77 | 0.14 | 48.64 | 0.7 | 0.53 |
| Hex | DB | BB | 32 | 0 | F | 4D | E | 31 | 46 | 35 |
| Octal | 333 | 273 | 62 | 0 | 17 | 115 | 16 | 61 | 106 | 65 |
| Binary | 11011011 | 10111011 | 110010 | 0 | 1111 | 1001101 | 1110 | 110001 | 1000110 | 110101 |
Color Harmonies of #DBBB32
Complementary color
Monochromatic Colors of #DBBB32
Black with #DBBB32
Text Example
Text Example
White with #DBBB32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBB32; }
p { color: rgb(219,187,50); }
H1.HeaderClassName
{
color: #DBBB32;
}
.AnyTagClassName
{
color: #DBBB32;
}
</style>
background-color css
<style>
a { background-color: #DBBB32; }
a { background-color: rgb(219,187,50); }
div.DivClassName
{
background-color: #DBBB32;
}
.BgClassName
{
background-color: #DBBB32;
}
</style>
border-color css
<style>
span { border-color: #DBBB32; }
span { border-color: rgb(219,187,50); }
td.TdClassName
{
border-color: #DBBB32;
}
.TagClassName
{
border-color: #DBBB32;
}
</style>