Shades of Metallic Gold #DBB23B
Tints of Metallic Gold #DBB23B
RGB
CMYK
RGB Variations
Color information
#DBB23B (or 0xDBB23B) is known color: Metallic Gold. HEX triplet: DB, B2 and 3B. RGB value is (219,178,59). Sum of RGB (Red+Green+Blue) = 219+178+59=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 59 (23.44% from 255 or 12.94% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB23B is #244DC4. Grayscale: #B1B1B1. Windows color (decimal): -2379205 or 3912411. OLE color: 3912411.
HSL color Cylindrical-coordinate representation of color #DBB23B: hue angle of 44.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DBB23B is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 59 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.14 |
| HSL | 44.63º | 0.69% | 0.55% | - |
| HSV(B) | 44.63º | 0.73% | 0.86% | - |
| XYZ | 45.92 | 47.22 | 10.83 | - |
| YUV | 176.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 59 | 0 | 0.19 | 0.73 | 0.14 | 44.63 | 0.69 | 0.55 |
| Hex | DB | B2 | 3B | 0 | 13 | 49 | E | 2D | 45 | 37 |
| Octal | 333 | 262 | 73 | 0 | 23 | 111 | 16 | 55 | 105 | 67 |
| Binary | 11011011 | 10110010 | 111011 | 0 | 10011 | 1001001 | 1110 | 101101 | 1000101 | 110111 |
Color Harmonies of #DBB23B
Complementary color
Monochromatic Colors of #DBB23B
Black with #DBB23B
Text Example
Text Example
White with #DBB23B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB23B; }
p { color: rgb(219,178,59); }
H1.HeaderClassName
{
color: #DBB23B;
}
.AnyTagClassName
{
color: #DBB23B;
}
</style>
background-color css
<style>
a { background-color: #DBB23B; }
a { background-color: rgb(219,178,59); }
div.DivClassName
{
background-color: #DBB23B;
}
.BgClassName
{
background-color: #DBB23B;
}
</style>
border-color css
<style>
span { border-color: #DBB23B; }
span { border-color: rgb(219,178,59); }
td.TdClassName
{
border-color: #DBB23B;
}
.TagClassName
{
border-color: #DBB23B;
}
</style>