Shades of Metallic Gold #DAB73E
Tints of Metallic Gold #DAB73E
RGB
CMYK
RGB Variations
Color information
#DAB73E (or 0xDAB73E) is known color: Metallic Gold. HEX triplet: DA, B7 and 3E. RGB value is (218,183,62). Sum of RGB (Red+Green+Blue) = 218+183+62=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 62 (24.61% from 255 or 13.39% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB73E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB73E is #2548C1. Grayscale: #B4B4B4. Windows color (decimal): -2443458 or 4110298. OLE color: 4110298.
HSL color Cylindrical-coordinate representation of color #DAB73E: hue angle of 46.54º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAB73E is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 62 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.15 |
| HSL | 46.54º | 0.68% | 0.55% | - |
| HSV(B) | 46.54º | 0.72% | 0.85% | - |
| XYZ | 46.72 | 49.12 | 11.58 | - |
| YUV | 179.67 | 61.6 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 62 | 0 | 0.16 | 0.72 | 0.15 | 46.54 | 0.68 | 0.55 |
| Hex | DA | B7 | 3E | 0 | 10 | 48 | F | 2F | 44 | 37 |
| Octal | 332 | 267 | 76 | 0 | 20 | 110 | 17 | 57 | 104 | 67 |
| Binary | 11011010 | 10110111 | 111110 | 0 | 10000 | 1001000 | 1111 | 101111 | 1000100 | 110111 |
Color Harmonies of #DAB73E
Complementary color
Monochromatic Colors of #DAB73E
Black with #DAB73E
Text Example
Text Example
White with #DAB73E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB73E; }
p { color: rgb(218,183,62); }
H1.HeaderClassName
{
color: #DAB73E;
}
.AnyTagClassName
{
color: #DAB73E;
}
</style>
background-color css
<style>
a { background-color: #DAB73E; }
a { background-color: rgb(218,183,62); }
div.DivClassName
{
background-color: #DAB73E;
}
.BgClassName
{
background-color: #DAB73E;
}
</style>
border-color css
<style>
span { border-color: #DAB73E; }
span { border-color: rgb(218,183,62); }
td.TdClassName
{
border-color: #DAB73E;
}
.TagClassName
{
border-color: #DAB73E;
}
</style>