Shades of Metallic Gold #DBB231
Tints of Metallic Gold #DBB231
RGB
CMYK
RGB Variations
Color information
#DBB231 (or 0xDBB231) is known color: Metallic Gold. HEX triplet: DB, B2 and 31. RGB value is (219,178,49). Sum of RGB (Red+Green+Blue) = 219+178+49=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 178 (69.92% from 255 or 39.91% from 446); Blue value is 49 (19.53% from 255 or 10.99% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB231 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBB231 is #244DCE. Grayscale: #B0B0B0. Windows color (decimal): -2379215 or 3257051. OLE color: 3257051.
HSL color Cylindrical-coordinate representation of color #DBB231: hue angle of 45.53º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBB231 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 49 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.14 |
| HSL | 45.53º | 0.7% | 0.53% | - |
| HSV(B) | 45.53º | 0.78% | 0.86% | - |
| XYZ | 45.69 | 47.12 | 9.59 | - |
| YUV | 175.55 | 56.58 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 49 | 0 | 0.19 | 0.78 | 0.14 | 45.53 | 0.7 | 0.53 |
| Hex | DB | B2 | 31 | 0 | 13 | 4E | E | 2E | 46 | 35 |
| Octal | 333 | 262 | 61 | 0 | 23 | 116 | 16 | 56 | 106 | 65 |
| Binary | 11011011 | 10110010 | 110001 | 0 | 10011 | 1001110 | 1110 | 101110 | 1000110 | 110101 |
Color Harmonies of #DBB231
Complementary color
Monochromatic Colors of #DBB231
Black with #DBB231
Text Example
Text Example
White with #DBB231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB231; }
p { color: rgb(219,178,49); }
H1.HeaderClassName
{
color: #DBB231;
}
.AnyTagClassName
{
color: #DBB231;
}
</style>
background-color css
<style>
a { background-color: #DBB231; }
a { background-color: rgb(219,178,49); }
div.DivClassName
{
background-color: #DBB231;
}
.BgClassName
{
background-color: #DBB231;
}
</style>
border-color css
<style>
span { border-color: #DBB231; }
span { border-color: rgb(219,178,49); }
td.TdClassName
{
border-color: #DBB231;
}
.TagClassName
{
border-color: #DBB231;
}
</style>