Shades of Metallic Gold #DAB131
Tints of Metallic Gold #DAB131
RGB
CMYK
RGB Variations
Color information
#DAB131 (or 0xDAB131) is known color: Metallic Gold. HEX triplet: DA, B1 and 31. RGB value is (218,177,49). Sum of RGB (Red+Green+Blue) = 218+177+49=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB131 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB131 is #254ECE. Grayscale: #AFAFAF. Windows color (decimal): -2445007 or 3256794. OLE color: 3256794.
HSL color Cylindrical-coordinate representation of color #DAB131: hue angle of 45.44º 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 #DAB131 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 49 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.15 |
| HSL | 45.44º | 0.7% | 0.52% | - |
| HSV(B) | 45.44º | 0.78% | 0.85% | - |
| XYZ | 45.19 | 46.57 | 9.51 | - |
| YUV | 174.67 | 57.08 | 158.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 49 | 0 | 0.19 | 0.78 | 0.15 | 45.44 | 0.7 | 0.52 |
| Hex | DA | B1 | 31 | 0 | 13 | 4E | F | 2D | 46 | 34 |
| Octal | 332 | 261 | 61 | 0 | 23 | 116 | 17 | 55 | 106 | 64 |
| Binary | 11011010 | 10110001 | 110001 | 0 | 10011 | 1001110 | 1111 | 101101 | 1000110 | 110100 |
Color Harmonies of #DAB131
Complementary color
Monochromatic Colors of #DAB131
Black with #DAB131
Text Example
Text Example
White with #DAB131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB131; }
p { color: rgb(218,177,49); }
H1.HeaderClassName
{
color: #DAB131;
}
.AnyTagClassName
{
color: #DAB131;
}
</style>
background-color css
<style>
a { background-color: #DAB131; }
a { background-color: rgb(218,177,49); }
div.DivClassName
{
background-color: #DAB131;
}
.BgClassName
{
background-color: #DAB131;
}
</style>
border-color css
<style>
span { border-color: #DAB131; }
span { border-color: rgb(218,177,49); }
td.TdClassName
{
border-color: #DAB131;
}
.TagClassName
{
border-color: #DAB131;
}
</style>