Shades of Metallic Gold #DAA534
Tints of Metallic Gold #DAA534
RGB
CMYK
RGB Variations
Color information
#DAA534 (or 0xDAA534) is known color: Metallic Gold. HEX triplet: DA, A5 and 34. RGB value is (218,165,52). Sum of RGB (Red+Green+Blue) = 218+165+52=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 165 (64.84% from 255 or 37.93% from 435); Blue value is 52 (20.70% from 255 or 11.95% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA534 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA534 is #255ACB. Grayscale: #A8A8A8. Windows color (decimal): -2448076 or 3450330. OLE color: 3450330.
HSL color Cylindrical-coordinate representation of color #DAA534: hue angle of 40.84º 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 #DAA534 is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 165 | 52 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.15 |
| HSL | 40.84º | 0.69% | 0.53% | - |
| HSV(B) | 40.84º | 0.76% | 0.85% | - |
| XYZ | 42.99 | 42.06 | 9.1 | - |
| YUV | 167.97 | 62.56 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 165 | 52 | 0 | 0.24 | 0.76 | 0.15 | 40.84 | 0.69 | 0.53 |
| Hex | DA | A5 | 34 | 0 | 18 | 4C | F | 29 | 45 | 35 |
| Octal | 332 | 245 | 64 | 0 | 30 | 114 | 17 | 51 | 105 | 65 |
| Binary | 11011010 | 10100101 | 110100 | 0 | 11000 | 1001100 | 1111 | 101001 | 1000101 | 110101 |
Color Harmonies of #DAA534
Complementary color
Monochromatic Colors of #DAA534
Black with #DAA534
Text Example
Text Example
White with #DAA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA534; }
p { color: rgb(218,165,52); }
H1.HeaderClassName
{
color: #DAA534;
}
.AnyTagClassName
{
color: #DAA534;
}
</style>
background-color css
<style>
a { background-color: #DAA534; }
a { background-color: rgb(218,165,52); }
div.DivClassName
{
background-color: #DAA534;
}
.BgClassName
{
background-color: #DAA534;
}
</style>
border-color css
<style>
span { border-color: #DAA534; }
span { border-color: rgb(218,165,52); }
td.TdClassName
{
border-color: #DAA534;
}
.TagClassName
{
border-color: #DAA534;
}
</style>