Shades of Metallic Gold #DAB430
Tints of Metallic Gold #DAB430
RGB
CMYK
RGB Variations
Color information
#DAB430 (or 0xDAB430) is known color: Metallic Gold. HEX triplet: DA, B4 and 30. RGB value is (218,180,48). Sum of RGB (Red+Green+Blue) = 218+180+48=446 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.88% from 446); Green value is 180 (70.70% from 255 or 40.36% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB430 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB430 is #254BCF. Grayscale: #B0B0B0. Windows color (decimal): -2444240 or 3192026. OLE color: 3192026.
HSL color Cylindrical-coordinate representation of color #DAB430: hue angle of 46.59º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DAB430 is Cyan = 0, Magento = 0.17, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 48 | - |
| CMYK | 0 | 0.17 | 0.78 | 0.15 |
| HSL | 46.59º | 0.7% | 0.52% | - |
| HSV(B) | 46.59º | 0.78% | 0.85% | - |
| XYZ | 45.77 | 47.76 | 9.6 | - |
| YUV | 176.31 | 55.59 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 48 | 0 | 0.17 | 0.78 | 0.15 | 46.59 | 0.7 | 0.52 |
| Hex | DA | B4 | 30 | 0 | 11 | 4E | F | 2F | 46 | 34 |
| Octal | 332 | 264 | 60 | 0 | 21 | 116 | 17 | 57 | 106 | 64 |
| Binary | 11011010 | 10110100 | 110000 | 0 | 10001 | 1001110 | 1111 | 101111 | 1000110 | 110100 |
Color Harmonies of #DAB430
Complementary color
Monochromatic Colors of #DAB430
Black with #DAB430
Text Example
Text Example
White with #DAB430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB430; }
p { color: rgb(218,180,48); }
H1.HeaderClassName
{
color: #DAB430;
}
.AnyTagClassName
{
color: #DAB430;
}
</style>
background-color css
<style>
a { background-color: #DAB430; }
a { background-color: rgb(218,180,48); }
div.DivClassName
{
background-color: #DAB430;
}
.BgClassName
{
background-color: #DAB430;
}
</style>
border-color css
<style>
span { border-color: #DAB430; }
span { border-color: rgb(218,180,48); }
td.TdClassName
{
border-color: #DAB430;
}
.TagClassName
{
border-color: #DAB430;
}
</style>