Shades of Metallic Gold #DAA834
Tints of Metallic Gold #DAA834
RGB
CMYK
RGB Variations
Color information
#DAA834 (or 0xDAA834) is known color: Metallic Gold. HEX triplet: DA, A8 and 34. RGB value is (218,168,52). Sum of RGB (Red+Green+Blue) = 218+168+52=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 52 (20.70% from 255 or 11.87% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA834 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA834 is #2557CB. Grayscale: #AAAAAA. Windows color (decimal): -2447308 or 3451098. OLE color: 3451098.
HSL color Cylindrical-coordinate representation of color #DAA834: hue angle of 41.93º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DAA834 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 168 | 52 | - |
| CMYK | 0 | 0.23 | 0.76 | 0.15 |
| HSL | 41.93º | 0.69% | 0.53% | - |
| HSV(B) | 41.93º | 0.76% | 0.85% | - |
| XYZ | 43.54 | 43.16 | 9.28 | - |
| YUV | 169.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 168 | 52 | 0 | 0.23 | 0.76 | 0.15 | 41.93 | 0.69 | 0.53 |
| Hex | DA | A8 | 34 | 0 | 17 | 4C | F | 2A | 45 | 35 |
| Octal | 332 | 250 | 64 | 0 | 27 | 114 | 17 | 52 | 105 | 65 |
| Binary | 11011010 | 10101000 | 110100 | 0 | 10111 | 1001100 | 1111 | 101010 | 1000101 | 110101 |
Color Harmonies of #DAA834
Complementary color
Monochromatic Colors of #DAA834
Black with #DAA834
Text Example
Text Example
White with #DAA834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA834; }
p { color: rgb(218,168,52); }
H1.HeaderClassName
{
color: #DAA834;
}
.AnyTagClassName
{
color: #DAA834;
}
</style>
background-color css
<style>
a { background-color: #DAA834; }
a { background-color: rgb(218,168,52); }
div.DivClassName
{
background-color: #DAA834;
}
.BgClassName
{
background-color: #DAA834;
}
</style>
border-color css
<style>
span { border-color: #DAA834; }
span { border-color: rgb(218,168,52); }
td.TdClassName
{
border-color: #DAA834;
}
.TagClassName
{
border-color: #DAA834;
}
</style>