Shades of Metallic Gold #DAB63F
Tints of Metallic Gold #DAB63F
RGB
CMYK
RGB Variations
Color information
#DAB63F (or 0xDAB63F) is known color: Metallic Gold. HEX triplet: DA, B6 and 3F. RGB value is (218,182,63). Sum of RGB (Red+Green+Blue) = 218+182+63=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 182 (71.48% from 255 or 39.31% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB63F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB63F is #2549C0. Grayscale: #B3B3B3. Windows color (decimal): -2443713 or 4175578. OLE color: 4175578.
HSL color Cylindrical-coordinate representation of color #DAB63F: hue angle of 46.06º 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 #DAB63F is Cyan = 0, Magento = 0.17, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 63 | - |
| CMYK | 0 | 0.17 | 0.71 | 0.15 |
| HSL | 46.06º | 0.68% | 0.55% | - |
| HSV(B) | 46.06º | 0.71% | 0.85% | - |
| XYZ | 46.54 | 48.72 | 11.65 | - |
| YUV | 179.2 | 62.43 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 63 | 0 | 0.17 | 0.71 | 0.15 | 46.06 | 0.68 | 0.55 |
| Hex | DA | B6 | 3F | 0 | 11 | 47 | F | 2E | 44 | 37 |
| Octal | 332 | 266 | 77 | 0 | 21 | 107 | 17 | 56 | 104 | 67 |
| Binary | 11011010 | 10110110 | 111111 | 0 | 10001 | 1000111 | 1111 | 101110 | 1000100 | 110111 |
Color Harmonies of #DAB63F
Complementary color
Monochromatic Colors of #DAB63F
Black with #DAB63F
Text Example
Text Example
White with #DAB63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB63F; }
p { color: rgb(218,182,63); }
H1.HeaderClassName
{
color: #DAB63F;
}
.AnyTagClassName
{
color: #DAB63F;
}
</style>
background-color css
<style>
a { background-color: #DAB63F; }
a { background-color: rgb(218,182,63); }
div.DivClassName
{
background-color: #DAB63F;
}
.BgClassName
{
background-color: #DAB63F;
}
</style>
border-color css
<style>
span { border-color: #DAB63F; }
span { border-color: rgb(218,182,63); }
td.TdClassName
{
border-color: #DAB63F;
}
.TagClassName
{
border-color: #DAB63F;
}
</style>