Shades of Metallic Gold #DAB242
Tints of Metallic Gold #DAB242
RGB
CMYK
RGB Variations
Color information
#DAB242 (or 0xDAB242) is known color: Metallic Gold. HEX triplet: DA, B2 and 42. RGB value is (218,178,66). Sum of RGB (Red+Green+Blue) = 218+178+66=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 178 (69.92% from 255 or 38.53% from 462); Blue value is 66 (26.17% from 255 or 14.29% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAB242 is #254DBD. Grayscale: #B1B1B1. Windows color (decimal): -2444734 or 4371162. OLE color: 4371162.
HSL color Cylindrical-coordinate representation of color #DAB242: hue angle of 44.21º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DAB242 is Cyan = 0, Magento = 0.18, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 178 | 66 | - |
| CMYK | 0 | 0.18 | 0.70 | 0.15 |
| HSL | 44.21º | 0.67% | 0.56% | - |
| HSV(B) | 44.21º | 0.7% | 0.85% | - |
| XYZ | 45.82 | 47.14 | 11.84 | - |
| YUV | 177.19 | 65.25 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 178 | 66 | 0 | 0.18 | 0.70 | 0.15 | 44.21 | 0.67 | 0.56 |
| Hex | DA | B2 | 42 | 0 | 12 | 46 | F | 2C | 43 | 38 |
| Octal | 332 | 262 | 102 | 0 | 22 | 106 | 17 | 54 | 103 | 70 |
| Binary | 11011010 | 10110010 | 1000010 | 0 | 10010 | 1000110 | 1111 | 101100 | 1000011 | 111000 |
Color Harmonies of #DAB242
Complementary color
Monochromatic Colors of #DAB242
Black with #DAB242
Text Example
Text Example
White with #DAB242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB242; }
p { color: rgb(218,178,66); }
H1.HeaderClassName
{
color: #DAB242;
}
.AnyTagClassName
{
color: #DAB242;
}
</style>
background-color css
<style>
a { background-color: #DAB242; }
a { background-color: rgb(218,178,66); }
div.DivClassName
{
background-color: #DAB242;
}
.BgClassName
{
background-color: #DAB242;
}
</style>
border-color css
<style>
span { border-color: #DAB242; }
span { border-color: rgb(218,178,66); }
td.TdClassName
{
border-color: #DAB242;
}
.TagClassName
{
border-color: #DAB242;
}
</style>