Shades of Metallic Gold #DAB441
Tints of Metallic Gold #DAB441
RGB
CMYK
RGB Variations
Color information
#DAB441 (or 0xDAB441) is known color: Metallic Gold. HEX triplet: DA, B4 and 41. RGB value is (218,180,65). Sum of RGB (Red+Green+Blue) = 218+180+65=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 180 (70.70% from 255 or 38.88% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB441 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB441 is #254BBE. Grayscale: #B2B2B2. Windows color (decimal): -2444223 or 4306138. OLE color: 4306138.
HSL color Cylindrical-coordinate representation of color #DAB441: hue angle of 45.1º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB441 is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 65 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.15 |
| HSL | 45.1º | 0.67% | 0.55% | - |
| HSV(B) | 45.1º | 0.7% | 0.85% | - |
| XYZ | 46.19 | 47.93 | 11.82 | - |
| YUV | 178.25 | 64.09 | 156.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 65 | 0 | 0.17 | 0.70 | 0.15 | 45.1 | 0.67 | 0.55 |
| Hex | DA | B4 | 41 | 0 | 11 | 46 | F | 2D | 43 | 37 |
| Octal | 332 | 264 | 101 | 0 | 21 | 106 | 17 | 55 | 103 | 67 |
| Binary | 11011010 | 10110100 | 1000001 | 0 | 10001 | 1000110 | 1111 | 101101 | 1000011 | 110111 |
Color Harmonies of #DAB441
Complementary color
Monochromatic Colors of #DAB441
Black with #DAB441
Text Example
Text Example
White with #DAB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB441; }
p { color: rgb(218,180,65); }
H1.HeaderClassName
{
color: #DAB441;
}
.AnyTagClassName
{
color: #DAB441;
}
</style>
background-color css
<style>
a { background-color: #DAB441; }
a { background-color: rgb(218,180,65); }
div.DivClassName
{
background-color: #DAB441;
}
.BgClassName
{
background-color: #DAB441;
}
</style>
border-color css
<style>
span { border-color: #DAB441; }
span { border-color: rgb(218,180,65); }
td.TdClassName
{
border-color: #DAB441;
}
.TagClassName
{
border-color: #DAB441;
}
</style>