Shades of Metallic Gold #DAA935
Tints of Metallic Gold #DAA935
RGB
CMYK
RGB Variations
Color information
#DAA935 (or 0xDAA935) is known color: Metallic Gold. HEX triplet: DA, A9 and 35. RGB value is (218,169,53). Sum of RGB (Red+Green+Blue) = 218+169+53=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 53 (21.09% from 255 or 12.05% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA935 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA935 is #2556CA. Grayscale: #AAAAAA. Windows color (decimal): -2447051 or 3516890. OLE color: 3516890.
HSL color Cylindrical-coordinate representation of color #DAA935: hue angle of 42.18º 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 #DAA935 is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 53 | - |
| CMYK | 0 | 0.22 | 0.76 | 0.15 |
| HSL | 42.18º | 0.69% | 0.53% | - |
| HSV(B) | 42.18º | 0.76% | 0.85% | - |
| XYZ | 43.74 | 43.54 | 9.47 | - |
| YUV | 170.43 | 61.73 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 53 | 0 | 0.22 | 0.76 | 0.15 | 42.18 | 0.69 | 0.53 |
| Hex | DA | A9 | 35 | 0 | 16 | 4C | F | 2A | 45 | 35 |
| Octal | 332 | 251 | 65 | 0 | 26 | 114 | 17 | 52 | 105 | 65 |
| Binary | 11011010 | 10101001 | 110101 | 0 | 10110 | 1001100 | 1111 | 101010 | 1000101 | 110101 |
Color Harmonies of #DAA935
Complementary color
Monochromatic Colors of #DAA935
Black with #DAA935
Text Example
Text Example
White with #DAA935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA935; }
p { color: rgb(218,169,53); }
H1.HeaderClassName
{
color: #DAA935;
}
.AnyTagClassName
{
color: #DAA935;
}
</style>
background-color css
<style>
a { background-color: #DAA935; }
a { background-color: rgb(218,169,53); }
div.DivClassName
{
background-color: #DAA935;
}
.BgClassName
{
background-color: #DAA935;
}
</style>
border-color css
<style>
span { border-color: #DAA935; }
span { border-color: rgb(218,169,53); }
td.TdClassName
{
border-color: #DAA935;
}
.TagClassName
{
border-color: #DAA935;
}
</style>