Shades of Metallic Gold #DBB732
Tints of Metallic Gold #DBB732
RGB
CMYK
RGB Variations
Color information
#DBB732 (or 0xDBB732) is known color: Metallic Gold. HEX triplet: DB, B7 and 32. RGB value is (219,183,50). Sum of RGB (Red+Green+Blue) = 219+183+50=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB732 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBB732 is #2448CD. Grayscale: #B3B3B3. Windows color (decimal): -2377934 or 3323867. OLE color: 3323867.
HSL color Cylindrical-coordinate representation of color #DBB732: hue angle of 47.22º 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 #DBB732 is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 183 | 50 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.14 |
| HSL | 47.22º | 0.7% | 0.53% | - |
| HSV(B) | 47.22º | 0.77% | 0.86% | - |
| XYZ | 46.72 | 49.16 | 10.04 | - |
| YUV | 178.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 183 | 50 | 0 | 0.16 | 0.77 | 0.14 | 47.22 | 0.7 | 0.53 |
| Hex | DB | B7 | 32 | 0 | 10 | 4D | E | 2F | 46 | 35 |
| Octal | 333 | 267 | 62 | 0 | 20 | 115 | 16 | 57 | 106 | 65 |
| Binary | 11011011 | 10110111 | 110010 | 0 | 10000 | 1001101 | 1110 | 101111 | 1000110 | 110101 |
Color Harmonies of #DBB732
Complementary color
Monochromatic Colors of #DBB732
Black with #DBB732
Text Example
Text Example
White with #DBB732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB732; }
p { color: rgb(219,183,50); }
H1.HeaderClassName
{
color: #DBB732;
}
.AnyTagClassName
{
color: #DBB732;
}
</style>
background-color css
<style>
a { background-color: #DBB732; }
a { background-color: rgb(219,183,50); }
div.DivClassName
{
background-color: #DBB732;
}
.BgClassName
{
background-color: #DBB732;
}
</style>
border-color css
<style>
span { border-color: #DBB732; }
span { border-color: rgb(219,183,50); }
td.TdClassName
{
border-color: #DBB732;
}
.TagClassName
{
border-color: #DBB732;
}
</style>