Shades of Metallic Gold #DABA31
Tints of Metallic Gold #DABA31
RGB
CMYK
RGB Variations
Color information
#DABA31 (or 0xDABA31) is known color: Metallic Gold. HEX triplet: DA, BA and 31. RGB value is (218,186,49). Sum of RGB (Red+Green+Blue) = 218+186+49=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 49 (19.53% from 255 or 10.82% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA31 is #2545CE. Grayscale: #B4B4B4. Windows color (decimal): -2442703 or 3259098. OLE color: 3259098.
HSL color Cylindrical-coordinate representation of color #DABA31: hue angle of 48.64º 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 #DABA31 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 49 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.15 |
| HSL | 48.64º | 0.7% | 0.52% | - |
| HSV(B) | 48.64º | 0.78% | 0.85% | - |
| XYZ | 47.03 | 50.24 | 10.13 | - |
| YUV | 179.95 | 54.1 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 49 | 0 | 0.15 | 0.78 | 0.15 | 48.64 | 0.7 | 0.52 |
| Hex | DA | BA | 31 | 0 | F | 4E | F | 31 | 46 | 34 |
| Octal | 332 | 272 | 61 | 0 | 17 | 116 | 17 | 61 | 106 | 64 |
| Binary | 11011010 | 10111010 | 110001 | 0 | 1111 | 1001110 | 1111 | 110001 | 1000110 | 110100 |
Color Harmonies of #DABA31
Complementary color
Monochromatic Colors of #DABA31
Black with #DABA31
Text Example
Text Example
White with #DABA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA31; }
p { color: rgb(218,186,49); }
H1.HeaderClassName
{
color: #DABA31;
}
.AnyTagClassName
{
color: #DABA31;
}
</style>
background-color css
<style>
a { background-color: #DABA31; }
a { background-color: rgb(218,186,49); }
div.DivClassName
{
background-color: #DABA31;
}
.BgClassName
{
background-color: #DABA31;
}
</style>
border-color css
<style>
span { border-color: #DABA31; }
span { border-color: rgb(218,186,49); }
td.TdClassName
{
border-color: #DABA31;
}
.TagClassName
{
border-color: #DABA31;
}
</style>