Shades of Metallic Gold #DBB736
Tints of Metallic Gold #DBB736
RGB
CMYK
RGB Variations
Color information
#DBB736 (or 0xDBB736) is known color: Metallic Gold. HEX triplet: DB, B7 and 36. RGB value is (219,183,54). Sum of RGB (Red+Green+Blue) = 219+183+54=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB736 is #2448C9. Grayscale: #B3B3B3. Windows color (decimal): -2377930 or 3586011. OLE color: 3586011.
HSL color Cylindrical-coordinate representation of color #DBB736: hue angle of 46.91º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DBB736 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 54 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.14 |
| HSL | 46.91º | 0.7% | 0.54% | - |
| HSV(B) | 46.91º | 0.75% | 0.86% | - |
| XYZ | 46.81 | 49.19 | 10.52 | - |
| YUV | 179.06 | 57.43 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 54 | 0 | 0.16 | 0.75 | 0.14 | 46.91 | 0.7 | 0.54 |
| Hex | DB | B7 | 36 | 0 | 10 | 4B | E | 2F | 46 | 36 |
| Octal | 333 | 267 | 66 | 0 | 20 | 113 | 16 | 57 | 106 | 66 |
| Binary | 11011011 | 10110111 | 110110 | 0 | 10000 | 1001011 | 1110 | 101111 | 1000110 | 110110 |
Color Harmonies of #DBB736
Complementary color
Monochromatic Colors of #DBB736
Black with #DBB736
Text Example
Text Example
White with #DBB736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB736; }
p { color: rgb(219,183,54); }
H1.HeaderClassName
{
color: #DBB736;
}
.AnyTagClassName
{
color: #DBB736;
}
</style>
background-color css
<style>
a { background-color: #DBB736; }
a { background-color: rgb(219,183,54); }
div.DivClassName
{
background-color: #DBB736;
}
.BgClassName
{
background-color: #DBB736;
}
</style>
border-color css
<style>
span { border-color: #DBB736; }
span { border-color: rgb(219,183,54); }
td.TdClassName
{
border-color: #DBB736;
}
.TagClassName
{
border-color: #DBB736;
}
</style>