Shades of Metallic Gold #DBB23A
Tints of Metallic Gold #DBB23A
RGB
CMYK
RGB Variations
Color information
#DBB23A (or 0xDBB23A) is known color: Metallic Gold. HEX triplet: DB, B2 and 3A. RGB value is (219,178,58). Sum of RGB (Red+Green+Blue) = 219+178+58=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 178 (69.92% from 255 or 39.12% from 455); Blue value is 58 (23.05% from 255 or 12.75% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB23A is #244DC5. Grayscale: #B1B1B1. Windows color (decimal): -2379206 or 3846875. OLE color: 3846875.
HSL color Cylindrical-coordinate representation of color #DBB23A: hue angle of 44.72º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBB23A is Cyan = 0, Magento = 0.19, Yellow = 0.74 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 58 | - |
| CMYK | 0 | 0.19 | 0.74 | 0.14 |
| HSL | 44.72º | 0.69% | 0.54% | - |
| HSV(B) | 44.72º | 0.74% | 0.86% | - |
| XYZ | 45.9 | 47.21 | 10.7 | - |
| YUV | 176.58 | 61.08 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 58 | 0 | 0.19 | 0.74 | 0.14 | 44.72 | 0.69 | 0.54 |
| Hex | DB | B2 | 3A | 0 | 13 | 4A | E | 2D | 45 | 36 |
| Octal | 333 | 262 | 72 | 0 | 23 | 112 | 16 | 55 | 105 | 66 |
| Binary | 11011011 | 10110010 | 111010 | 0 | 10011 | 1001010 | 1110 | 101101 | 1000101 | 110110 |
Color Harmonies of #DBB23A
Complementary color
Monochromatic Colors of #DBB23A
Black with #DBB23A
Text Example
Text Example
White with #DBB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB23A; }
p { color: rgb(219,178,58); }
H1.HeaderClassName
{
color: #DBB23A;
}
.AnyTagClassName
{
color: #DBB23A;
}
</style>
background-color css
<style>
a { background-color: #DBB23A; }
a { background-color: rgb(219,178,58); }
div.DivClassName
{
background-color: #DBB23A;
}
.BgClassName
{
background-color: #DBB23A;
}
</style>
border-color css
<style>
span { border-color: #DBB23A; }
span { border-color: rgb(219,178,58); }
td.TdClassName
{
border-color: #DBB23A;
}
.TagClassName
{
border-color: #DBB23A;
}
</style>