Shades of Metallic Gold #DAB13A
Tints of Metallic Gold #DAB13A
RGB
CMYK
RGB Variations
Color information
#DAB13A (or 0xDAB13A) is known color: Metallic Gold. HEX triplet: DA, B1 and 3A. RGB value is (218,177,58). Sum of RGB (Red+Green+Blue) = 218+177+58=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB13A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB13A is #254EC5. Grayscale: #B0B0B0. Windows color (decimal): -2444998 or 3846618. OLE color: 3846618.
HSL color Cylindrical-coordinate representation of color #DAB13A: hue angle of 44.62º 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 #DAB13A is Cyan = 0, Magento = 0.19, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 58 | - |
| CMYK | 0 | 0.19 | 0.73 | 0.15 |
| HSL | 44.63º | 0.68% | 0.54% | - |
| HSV(B) | 44.63º | 0.73% | 0.85% | - |
| XYZ | 45.4 | 46.66 | 10.62 | - |
| YUV | 175.69 | 61.58 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 58 | 0 | 0.19 | 0.73 | 0.15 | 44.63 | 0.68 | 0.54 |
| Hex | DA | B1 | 3A | 0 | 13 | 49 | F | 2D | 44 | 36 |
| Octal | 332 | 261 | 72 | 0 | 23 | 111 | 17 | 55 | 104 | 66 |
| Binary | 11011010 | 10110001 | 111010 | 0 | 10011 | 1001001 | 1111 | 101101 | 1000100 | 110110 |
Color Harmonies of #DAB13A
Complementary color
Monochromatic Colors of #DAB13A
Black with #DAB13A
Text Example
Text Example
White with #DAB13A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB13A; }
p { color: rgb(218,177,58); }
H1.HeaderClassName
{
color: #DAB13A;
}
.AnyTagClassName
{
color: #DAB13A;
}
</style>
background-color css
<style>
a { background-color: #DAB13A; }
a { background-color: rgb(218,177,58); }
div.DivClassName
{
background-color: #DAB13A;
}
.BgClassName
{
background-color: #DAB13A;
}
</style>
border-color css
<style>
span { border-color: #DAB13A; }
span { border-color: rgb(218,177,58); }
td.TdClassName
{
border-color: #DAB13A;
}
.TagClassName
{
border-color: #DAB13A;
}
</style>