Shades of Metallic Gold #DAB540
Tints of Metallic Gold #DAB540
RGB
CMYK
RGB Variations
Color information
#DAB540 (or 0xDAB540) is known color: Metallic Gold. HEX triplet: DA, B5 and 40. RGB value is (218,181,64). Sum of RGB (Red+Green+Blue) = 218+181+64=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 64 (25.39% from 255 or 13.82% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB540 is #254ABF. Grayscale: #B3B3B3. Windows color (decimal): -2443968 or 4240858. OLE color: 4240858.
HSL color Cylindrical-coordinate representation of color #DAB540: hue angle of 45.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAB540 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 64 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.15 |
| HSL | 45.58º | 0.68% | 0.55% | - |
| HSV(B) | 45.58º | 0.71% | 0.85% | - |
| XYZ | 46.36 | 48.32 | 11.73 | - |
| YUV | 178.73 | 63.26 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 64 | 0 | 0.17 | 0.71 | 0.15 | 45.58 | 0.68 | 0.55 |
| Hex | DA | B5 | 40 | 0 | 11 | 47 | F | 2E | 44 | 37 |
| Octal | 332 | 265 | 100 | 0 | 21 | 107 | 17 | 56 | 104 | 67 |
| Binary | 11011010 | 10110101 | 1000000 | 0 | 10001 | 1000111 | 1111 | 101110 | 1000100 | 110111 |
Color Harmonies of #DAB540
Complementary color
Monochromatic Colors of #DAB540
Black with #DAB540
Text Example
Text Example
White with #DAB540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB540; }
p { color: rgb(218,181,64); }
H1.HeaderClassName
{
color: #DAB540;
}
.AnyTagClassName
{
color: #DAB540;
}
</style>
background-color css
<style>
a { background-color: #DAB540; }
a { background-color: rgb(218,181,64); }
div.DivClassName
{
background-color: #DAB540;
}
.BgClassName
{
background-color: #DAB540;
}
</style>
border-color css
<style>
span { border-color: #DAB540; }
span { border-color: rgb(218,181,64); }
td.TdClassName
{
border-color: #DAB540;
}
.TagClassName
{
border-color: #DAB540;
}
</style>