Shades of Metallic Gold #DAB440
Tints of Metallic Gold #DAB440
RGB
CMYK
RGB Variations
Color information
#DAB440 (or 0xDAB440) is known color: Metallic Gold. HEX triplet: DA, B4 and 40. RGB value is (218,180,64). Sum of RGB (Red+Green+Blue) = 218+180+64=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 180 (70.70% from 255 or 38.96% from 462); Blue value is 64 (25.39% from 255 or 13.85% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB440 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB440 is #254BBF. Grayscale: #B2B2B2. Windows color (decimal): -2444224 or 4240602. OLE color: 4240602.
HSL color Cylindrical-coordinate representation of color #DAB440: hue angle of 45.19º 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 #DAB440 is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 64 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.15 |
| HSL | 45.19º | 0.68% | 0.55% | - |
| HSV(B) | 45.19º | 0.71% | 0.85% | - |
| XYZ | 46.16 | 47.92 | 11.67 | - |
| YUV | 178.14 | 63.59 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 64 | 0 | 0.17 | 0.71 | 0.15 | 45.19 | 0.68 | 0.55 |
| Hex | DA | B4 | 40 | 0 | 11 | 47 | F | 2D | 44 | 37 |
| Octal | 332 | 264 | 100 | 0 | 21 | 107 | 17 | 55 | 104 | 67 |
| Binary | 11011010 | 10110100 | 1000000 | 0 | 10001 | 1000111 | 1111 | 101101 | 1000100 | 110111 |
Color Harmonies of #DAB440
Complementary color
Monochromatic Colors of #DAB440
Black with #DAB440
Text Example
Text Example
White with #DAB440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB440; }
p { color: rgb(218,180,64); }
H1.HeaderClassName
{
color: #DAB440;
}
.AnyTagClassName
{
color: #DAB440;
}
</style>
background-color css
<style>
a { background-color: #DAB440; }
a { background-color: rgb(218,180,64); }
div.DivClassName
{
background-color: #DAB440;
}
.BgClassName
{
background-color: #DAB440;
}
</style>
border-color css
<style>
span { border-color: #DAB440; }
span { border-color: rgb(218,180,64); }
td.TdClassName
{
border-color: #DAB440;
}
.TagClassName
{
border-color: #DAB440;
}
</style>