Shades of Metallic Gold #DAB03A
Tints of Metallic Gold #DAB03A
RGB
CMYK
RGB Variations
Color information
#DAB03A (or 0xDAB03A) is known color: Metallic Gold. HEX triplet: DA, B0 and 3A. RGB value is (218,176,58). Sum of RGB (Red+Green+Blue) = 218+176+58=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 176 (69.14% from 255 or 38.94% from 452); Blue value is 58 (23.05% from 255 or 12.83% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB03A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB03A is #254FC5. Grayscale: #AFAFAF. Windows color (decimal): -2445254 or 3846362. OLE color: 3846362.
HSL color Cylindrical-coordinate representation of color #DAB03A: hue angle of 44.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DAB03A is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 58 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.15 |
| HSL | 44.25º | 0.68% | 0.54% | - |
| HSV(B) | 44.25º | 0.73% | 0.85% | - |
| XYZ | 45.2 | 46.26 | 10.55 | - |
| YUV | 175.11 | 61.91 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 58 | 0 | 0.19 | 0.73 | 0.15 | 44.25 | 0.68 | 0.54 |
| Hex | DA | B0 | 3A | 0 | 13 | 49 | F | 2C | 44 | 36 |
| Octal | 332 | 260 | 72 | 0 | 23 | 111 | 17 | 54 | 104 | 66 |
| Binary | 11011010 | 10110000 | 111010 | 0 | 10011 | 1001001 | 1111 | 101100 | 1000100 | 110110 |
Color Harmonies of #DAB03A
Complementary color
Monochromatic Colors of #DAB03A
Black with #DAB03A
Text Example
Text Example
White with #DAB03A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB03A; }
p { color: rgb(218,176,58); }
H1.HeaderClassName
{
color: #DAB03A;
}
.AnyTagClassName
{
color: #DAB03A;
}
</style>
background-color css
<style>
a { background-color: #DAB03A; }
a { background-color: rgb(218,176,58); }
div.DivClassName
{
background-color: #DAB03A;
}
.BgClassName
{
background-color: #DAB03A;
}
</style>
border-color css
<style>
span { border-color: #DAB03A; }
span { border-color: rgb(218,176,58); }
td.TdClassName
{
border-color: #DAB03A;
}
.TagClassName
{
border-color: #DAB03A;
}
</style>