Shades of Metallic Gold #DAB534
Tints of Metallic Gold #DAB534
RGB
CMYK
RGB Variations
Color information
#DAB534 (or 0xDAB534) is known color: Metallic Gold. HEX triplet: DA, B5 and 34. RGB value is (218,181,52). Sum of RGB (Red+Green+Blue) = 218+181+52=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 52 (20.70% from 255 or 11.53% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB534 is #254ACB. Grayscale: #B1B1B1. Windows color (decimal): -2443980 or 3454426. OLE color: 3454426.
HSL color Cylindrical-coordinate representation of color #DAB534: hue angle of 46.63º 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 #DAB534 is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 52 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.15 |
| HSL | 46.63º | 0.69% | 0.53% | - |
| HSV(B) | 46.63º | 0.76% | 0.85% | - |
| XYZ | 46.06 | 48.2 | 10.13 | - |
| YUV | 177.36 | 57.26 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 52 | 0 | 0.17 | 0.76 | 0.15 | 46.63 | 0.69 | 0.53 |
| Hex | DA | B5 | 34 | 0 | 11 | 4C | F | 2F | 45 | 35 |
| Octal | 332 | 265 | 64 | 0 | 21 | 114 | 17 | 57 | 105 | 65 |
| Binary | 11011010 | 10110101 | 110100 | 0 | 10001 | 1001100 | 1111 | 101111 | 1000101 | 110101 |
Color Harmonies of #DAB534
Complementary color
Monochromatic Colors of #DAB534
Black with #DAB534
Text Example
Text Example
White with #DAB534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB534; }
p { color: rgb(218,181,52); }
H1.HeaderClassName
{
color: #DAB534;
}
.AnyTagClassName
{
color: #DAB534;
}
</style>
background-color css
<style>
a { background-color: #DAB534; }
a { background-color: rgb(218,181,52); }
div.DivClassName
{
background-color: #DAB534;
}
.BgClassName
{
background-color: #DAB534;
}
</style>
border-color css
<style>
span { border-color: #DAB534; }
span { border-color: rgb(218,181,52); }
td.TdClassName
{
border-color: #DAB534;
}
.TagClassName
{
border-color: #DAB534;
}
</style>