Shades of Metallic Gold #DAB63C
Tints of Metallic Gold #DAB63C
RGB
CMYK
RGB Variations
Color information
#DAB63C (or 0xDAB63C) is known color: Metallic Gold. HEX triplet: DA, B6 and 3C. RGB value is (218,182,60). Sum of RGB (Red+Green+Blue) = 218+182+60=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 182 (71.48% from 255 or 39.57% from 460); Blue value is 60 (23.83% from 255 or 13.04% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB63C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB63C is #2549C3. Grayscale: #B3B3B3. Windows color (decimal): -2443716 or 3978970. OLE color: 3978970.
HSL color Cylindrical-coordinate representation of color #DAB63C: hue angle of 46.33º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAB63C is Cyan = 0, Magento = 0.17, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 60 | - |
| CMYK | 0 | 0.17 | 0.72 | 0.15 |
| HSL | 46.33º | 0.68% | 0.55% | - |
| HSV(B) | 46.33º | 0.72% | 0.85% | - |
| XYZ | 46.46 | 48.69 | 11.22 | - |
| YUV | 178.86 | 60.93 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 60 | 0 | 0.17 | 0.72 | 0.15 | 46.33 | 0.68 | 0.55 |
| Hex | DA | B6 | 3C | 0 | 11 | 48 | F | 2E | 44 | 37 |
| Octal | 332 | 266 | 74 | 0 | 21 | 110 | 17 | 56 | 104 | 67 |
| Binary | 11011010 | 10110110 | 111100 | 0 | 10001 | 1001000 | 1111 | 101110 | 1000100 | 110111 |
Color Harmonies of #DAB63C
Complementary color
Monochromatic Colors of #DAB63C
Black with #DAB63C
Text Example
Text Example
White with #DAB63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB63C; }
p { color: rgb(218,182,60); }
H1.HeaderClassName
{
color: #DAB63C;
}
.AnyTagClassName
{
color: #DAB63C;
}
</style>
background-color css
<style>
a { background-color: #DAB63C; }
a { background-color: rgb(218,182,60); }
div.DivClassName
{
background-color: #DAB63C;
}
.BgClassName
{
background-color: #DAB63C;
}
</style>
border-color css
<style>
span { border-color: #DAB63C; }
span { border-color: rgb(218,182,60); }
td.TdClassName
{
border-color: #DAB63C;
}
.TagClassName
{
border-color: #DAB63C;
}
</style>