Shades of Metallic Gold #DBB233
Tints of Metallic Gold #DBB233
RGB
CMYK
RGB Variations
Color information
#DBB233 (or 0xDBB233) is known color: Metallic Gold. HEX triplet: DB, B2 and 33. RGB value is (219,178,51). Sum of RGB (Red+Green+Blue) = 219+178+51=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 178 (69.92% from 255 or 39.73% from 448); Blue value is 51 (20.31% from 255 or 11.38% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB233 is #244DCC. Grayscale: #B0B0B0. Windows color (decimal): -2379213 or 3388123. OLE color: 3388123.
HSL color Cylindrical-coordinate representation of color #DBB233: hue angle of 45.36º 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 #DBB233 is Cyan = 0, Magento = 0.19, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 51 | - |
| CMYK | 0 | 0.19 | 0.77 | 0.14 |
| HSL | 45.36º | 0.7% | 0.53% | - |
| HSV(B) | 45.36º | 0.77% | 0.86% | - |
| XYZ | 45.73 | 47.14 | 9.82 | - |
| YUV | 175.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 51 | 0 | 0.19 | 0.77 | 0.14 | 45.36 | 0.7 | 0.53 |
| Hex | DB | B2 | 33 | 0 | 13 | 4D | E | 2D | 46 | 35 |
| Octal | 333 | 262 | 63 | 0 | 23 | 115 | 16 | 55 | 106 | 65 |
| Binary | 11011011 | 10110010 | 110011 | 0 | 10011 | 1001101 | 1110 | 101101 | 1000110 | 110101 |
Color Harmonies of #DBB233
Complementary color
Monochromatic Colors of #DBB233
Black with #DBB233
Text Example
Text Example
White with #DBB233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB233; }
p { color: rgb(219,178,51); }
H1.HeaderClassName
{
color: #DBB233;
}
.AnyTagClassName
{
color: #DBB233;
}
</style>
background-color css
<style>
a { background-color: #DBB233; }
a { background-color: rgb(219,178,51); }
div.DivClassName
{
background-color: #DBB233;
}
.BgClassName
{
background-color: #DBB233;
}
</style>
border-color css
<style>
span { border-color: #DBB233; }
span { border-color: rgb(219,178,51); }
td.TdClassName
{
border-color: #DBB233;
}
.TagClassName
{
border-color: #DBB233;
}
</style>