Shades of Metallic Gold #DABB31
Tints of Metallic Gold #DABB31
RGB
CMYK
RGB Variations
Color information
#DABB31 (or 0xDABB31) is known color: Metallic Gold. HEX triplet: DA, BB and 31. RGB value is (218,187,49). Sum of RGB (Red+Green+Blue) = 218+187+49=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 49 (19.53% from 255 or 10.79% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DABB31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABB31 is #2544CE. Grayscale: #B5B5B5. Windows color (decimal): -2442447 or 3259354. OLE color: 3259354.
HSL color Cylindrical-coordinate representation of color #DABB31: hue angle of 48.99º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DABB31 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 187 | 49 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.15 |
| HSL | 48.99º | 0.7% | 0.52% | - |
| HSV(B) | 48.99º | 0.78% | 0.85% | - |
| XYZ | 47.24 | 50.67 | 10.2 | - |
| YUV | 180.54 | 53.77 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 187 | 49 | 0 | 0.14 | 0.78 | 0.15 | 48.99 | 0.7 | 0.52 |
| Hex | DA | BB | 31 | 0 | E | 4E | F | 31 | 46 | 34 |
| Octal | 332 | 273 | 61 | 0 | 16 | 116 | 17 | 61 | 106 | 64 |
| Binary | 11011010 | 10111011 | 110001 | 0 | 1110 | 1001110 | 1111 | 110001 | 1000110 | 110100 |
Color Harmonies of #DABB31
Complementary color
Monochromatic Colors of #DABB31
Black with #DABB31
Text Example
Text Example
White with #DABB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABB31; }
p { color: rgb(218,187,49); }
H1.HeaderClassName
{
color: #DABB31;
}
.AnyTagClassName
{
color: #DABB31;
}
</style>
background-color css
<style>
a { background-color: #DABB31; }
a { background-color: rgb(218,187,49); }
div.DivClassName
{
background-color: #DABB31;
}
.BgClassName
{
background-color: #DABB31;
}
</style>
border-color css
<style>
span { border-color: #DABB31; }
span { border-color: rgb(218,187,49); }
td.TdClassName
{
border-color: #DABB31;
}
.TagClassName
{
border-color: #DABB31;
}
</style>