Shades of Metallic Gold #DAB444
Tints of Metallic Gold #DAB444
RGB
CMYK
RGB Variations
Color information
#DAB444 (or 0xDAB444) is known color: Metallic Gold. HEX triplet: DA, B4 and 44. RGB value is (218,180,68). Sum of RGB (Red+Green+Blue) = 218+180+68=466 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.78% from 466); Green value is 180 (70.70% from 255 or 38.63% from 466); Blue value is 68 (26.95% from 255 or 14.59% from 466); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DAB444 is #254BBB. Grayscale: #B3B3B3. Windows color (decimal): -2444220 or 4502746. OLE color: 4502746.
HSL color Cylindrical-coordinate representation of color #DAB444: hue angle of 44.8º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DAB444 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 180 | 68 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.15 |
| HSL | 44.8º | 0.67% | 0.56% | - |
| HSV(B) | 44.8º | 0.69% | 0.85% | - |
| XYZ | 46.28 | 47.97 | 12.29 | - |
| YUV | 178.59 | 65.59 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 180 | 68 | 0 | 0.17 | 0.69 | 0.15 | 44.8 | 0.67 | 0.56 |
| Hex | DA | B4 | 44 | 0 | 11 | 45 | F | 2D | 43 | 38 |
| Octal | 332 | 264 | 104 | 0 | 21 | 105 | 17 | 55 | 103 | 70 |
| Binary | 11011010 | 10110100 | 1000100 | 0 | 10001 | 1000101 | 1111 | 101101 | 1000011 | 111000 |
Color Harmonies of #DAB444
Complementary color
Monochromatic Colors of #DAB444
Black with #DAB444
Text Example
Text Example
White with #DAB444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB444; }
p { color: rgb(218,180,68); }
H1.HeaderClassName
{
color: #DAB444;
}
.AnyTagClassName
{
color: #DAB444;
}
</style>
background-color css
<style>
a { background-color: #DAB444; }
a { background-color: rgb(218,180,68); }
div.DivClassName
{
background-color: #DAB444;
}
.BgClassName
{
background-color: #DAB444;
}
</style>
border-color css
<style>
span { border-color: #DAB444; }
span { border-color: rgb(218,180,68); }
td.TdClassName
{
border-color: #DAB444;
}
.TagClassName
{
border-color: #DAB444;
}
</style>