Shades of Metallic Gold #DABA34
Tints of Metallic Gold #DABA34
RGB
CMYK
RGB Variations
Color information
#DABA34 (or 0xDABA34) is known color: Metallic Gold. HEX triplet: DA, BA and 34. RGB value is (218,186,52). Sum of RGB (Red+Green+Blue) = 218+186+52=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 52 (20.70% from 255 or 11.40% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DABA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABA34 is #2545CB. Grayscale: #B4B4B4. Windows color (decimal): -2442700 or 3455706. OLE color: 3455706.
HSL color Cylindrical-coordinate representation of color #DABA34: hue angle of 48.43º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DABA34 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 186 | 52 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.15 |
| HSL | 48.43º | 0.69% | 0.53% | - |
| HSV(B) | 48.43º | 0.76% | 0.85% | - |
| XYZ | 47.09 | 50.27 | 10.47 | - |
| YUV | 180.29 | 55.6 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 186 | 52 | 0 | 0.15 | 0.76 | 0.15 | 48.43 | 0.69 | 0.53 |
| Hex | DA | BA | 34 | 0 | F | 4C | F | 30 | 45 | 35 |
| Octal | 332 | 272 | 64 | 0 | 17 | 114 | 17 | 60 | 105 | 65 |
| Binary | 11011010 | 10111010 | 110100 | 0 | 1111 | 1001100 | 1111 | 110000 | 1000101 | 110101 |
Color Harmonies of #DABA34
Complementary color
Monochromatic Colors of #DABA34
Black with #DABA34
Text Example
Text Example
White with #DABA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABA34; }
p { color: rgb(218,186,52); }
H1.HeaderClassName
{
color: #DABA34;
}
.AnyTagClassName
{
color: #DABA34;
}
</style>
background-color css
<style>
a { background-color: #DABA34; }
a { background-color: rgb(218,186,52); }
div.DivClassName
{
background-color: #DABA34;
}
.BgClassName
{
background-color: #DABA34;
}
</style>
border-color css
<style>
span { border-color: #DABA34; }
span { border-color: rgb(218,186,52); }
td.TdClassName
{
border-color: #DABA34;
}
.TagClassName
{
border-color: #DABA34;
}
</style>