Shades of Metallic Gold #DAB13F
Tints of Metallic Gold #DAB13F
RGB
CMYK
RGB Variations
Color information
#DAB13F (or 0xDAB13F) is known color: Metallic Gold. HEX triplet: DA, B1 and 3F. RGB value is (218,177,63). Sum of RGB (Red+Green+Blue) = 218+177+63=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 177 (69.53% from 255 or 38.65% from 458); Blue value is 63 (25% from 255 or 13.76% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB13F is #254EC0. Grayscale: #B0B0B0. Windows color (decimal): -2444993 or 4174298. OLE color: 4174298.
HSL color Cylindrical-coordinate representation of color #DAB13F: hue angle of 44.13º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DAB13F is Cyan = 0, Magento = 0.19, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 177 | 63 | - |
| CMYK | 0 | 0.19 | 0.71 | 0.15 |
| HSL | 44.13º | 0.68% | 0.55% | - |
| HSV(B) | 44.13º | 0.71% | 0.85% | - |
| XYZ | 45.53 | 46.71 | 11.32 | - |
| YUV | 176.26 | 64.08 | 157.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 177 | 63 | 0 | 0.19 | 0.71 | 0.15 | 44.13 | 0.68 | 0.55 |
| Hex | DA | B1 | 3F | 0 | 13 | 47 | F | 2C | 44 | 37 |
| Octal | 332 | 261 | 77 | 0 | 23 | 107 | 17 | 54 | 104 | 67 |
| Binary | 11011010 | 10110001 | 111111 | 0 | 10011 | 1000111 | 1111 | 101100 | 1000100 | 110111 |
Color Harmonies of #DAB13F
Complementary color
Monochromatic Colors of #DAB13F
Black with #DAB13F
Text Example
Text Example
White with #DAB13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB13F; }
p { color: rgb(218,177,63); }
H1.HeaderClassName
{
color: #DAB13F;
}
.AnyTagClassName
{
color: #DAB13F;
}
</style>
background-color css
<style>
a { background-color: #DAB13F; }
a { background-color: rgb(218,177,63); }
div.DivClassName
{
background-color: #DAB13F;
}
.BgClassName
{
background-color: #DAB13F;
}
</style>
border-color css
<style>
span { border-color: #DAB13F; }
span { border-color: rgb(218,177,63); }
td.TdClassName
{
border-color: #DAB13F;
}
.TagClassName
{
border-color: #DAB13F;
}
</style>