Shades of Metallic Gold #DAB23A
Tints of Metallic Gold #DAB23A
RGB
CMYK
RGB Variations
Color information
#DAB23A (or 0xDAB23A) is known color: Metallic Gold. HEX triplet: DA, B2 and 3A. RGB value is (218,178,58). Sum of RGB (Red+Green+Blue) = 218+178+58=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 58 (23.05% from 255 or 12.78% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB23A is #254DC5. Grayscale: #B0B0B0. Windows color (decimal): -2444742 or 3846874. OLE color: 3846874.
HSL color Cylindrical-coordinate representation of color #DAB23A: hue angle of 45º 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 #DAB23A is Cyan = 0, Magento = 0.18, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 58 | - |
| CMYK | 0 | 0.18 | 0.73 | 0.15 |
| HSL | 45º | 0.68% | 0.54% | - |
| HSV(B) | 45º | 0.73% | 0.85% | - |
| XYZ | 45.6 | 47.05 | 10.68 | - |
| YUV | 176.28 | 61.25 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 58 | 0 | 0.18 | 0.73 | 0.15 | 45 | 0.68 | 0.54 |
| Hex | DA | B2 | 3A | 0 | 12 | 49 | F | 2D | 44 | 36 |
| Octal | 332 | 262 | 72 | 0 | 22 | 111 | 17 | 55 | 104 | 66 |
| Binary | 11011010 | 10110010 | 111010 | 0 | 10010 | 1001001 | 1111 | 101101 | 1000100 | 110110 |
Color Harmonies of #DAB23A
Complementary color
Monochromatic Colors of #DAB23A
Black with #DAB23A
Text Example
Text Example
White with #DAB23A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB23A; }
p { color: rgb(218,178,58); }
H1.HeaderClassName
{
color: #DAB23A;
}
.AnyTagClassName
{
color: #DAB23A;
}
</style>
background-color css
<style>
a { background-color: #DAB23A; }
a { background-color: rgb(218,178,58); }
div.DivClassName
{
background-color: #DAB23A;
}
.BgClassName
{
background-color: #DAB23A;
}
</style>
border-color css
<style>
span { border-color: #DAB23A; }
span { border-color: rgb(218,178,58); }
td.TdClassName
{
border-color: #DAB23A;
}
.TagClassName
{
border-color: #DAB23A;
}
</style>