Shades of Metallic Gold #DAB73D
Tints of Metallic Gold #DAB73D
RGB
CMYK
RGB Variations
Color information
#DAB73D (or 0xDAB73D) is known color: Metallic Gold. HEX triplet: DA, B7 and 3D. RGB value is (218,183,61). Sum of RGB (Red+Green+Blue) = 218+183+61=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 61 (24.22% from 255 or 13.20% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB73D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB73D is #2548C2. Grayscale: #B4B4B4. Windows color (decimal): -2443459 or 4044762. OLE color: 4044762.
HSL color Cylindrical-coordinate representation of color #DAB73D: hue angle of 46.62º 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 #DAB73D is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 61 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.15 |
| HSL | 46.62º | 0.68% | 0.55% | - |
| HSV(B) | 46.62º | 0.72% | 0.85% | - |
| XYZ | 46.69 | 49.11 | 11.43 | - |
| YUV | 179.56 | 61.1 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 61 | 0 | 0.16 | 0.72 | 0.15 | 46.62 | 0.68 | 0.55 |
| Hex | DA | B7 | 3D | 0 | 10 | 48 | F | 2F | 44 | 37 |
| Octal | 332 | 267 | 75 | 0 | 20 | 110 | 17 | 57 | 104 | 67 |
| Binary | 11011010 | 10110111 | 111101 | 0 | 10000 | 1001000 | 1111 | 101111 | 1000100 | 110111 |
Color Harmonies of #DAB73D
Complementary color
Monochromatic Colors of #DAB73D
Black with #DAB73D
Text Example
Text Example
White with #DAB73D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB73D; }
p { color: rgb(218,183,61); }
H1.HeaderClassName
{
color: #DAB73D;
}
.AnyTagClassName
{
color: #DAB73D;
}
</style>
background-color css
<style>
a { background-color: #DAB73D; }
a { background-color: rgb(218,183,61); }
div.DivClassName
{
background-color: #DAB73D;
}
.BgClassName
{
background-color: #DAB73D;
}
</style>
border-color css
<style>
span { border-color: #DAB73D; }
span { border-color: rgb(218,183,61); }
td.TdClassName
{
border-color: #DAB73D;
}
.TagClassName
{
border-color: #DAB73D;
}
</style>