Shades of Metallic Gold #DAA733
Tints of Metallic Gold #DAA733
RGB
CMYK
RGB Variations
Color information
#DAA733 (or 0xDAA733) is known color: Metallic Gold. HEX triplet: DA, A7 and 33. RGB value is (218,167,51). Sum of RGB (Red+Green+Blue) = 218+167+51=436 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50% from 436); Green value is 167 (65.62% from 255 or 38.30% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA733 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAA733 is #2558CC. Grayscale: #A9A9A9. Windows color (decimal): -2447565 or 3385306. OLE color: 3385306.
HSL color Cylindrical-coordinate representation of color #DAA733: hue angle of 41.68º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DAA733 is Cyan = 0, Magento = 0.23, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 51 | - |
| CMYK | 0 | 0.23 | 0.77 | 0.15 |
| HSL | 41.68º | 0.69% | 0.53% | - |
| HSV(B) | 41.68º | 0.77% | 0.85% | - |
| XYZ | 43.33 | 42.78 | 9.11 | - |
| YUV | 169.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 51 | 0 | 0.23 | 0.77 | 0.15 | 41.68 | 0.69 | 0.53 |
| Hex | DA | A7 | 33 | 0 | 17 | 4D | F | 2A | 45 | 35 |
| Octal | 332 | 247 | 63 | 0 | 27 | 115 | 17 | 52 | 105 | 65 |
| Binary | 11011010 | 10100111 | 110011 | 0 | 10111 | 1001101 | 1111 | 101010 | 1000101 | 110101 |
Color Harmonies of #DAA733
Complementary color
Monochromatic Colors of #DAA733
Black with #DAA733
Text Example
Text Example
White with #DAA733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA733; }
p { color: rgb(218,167,51); }
H1.HeaderClassName
{
color: #DAA733;
}
.AnyTagClassName
{
color: #DAA733;
}
</style>
background-color css
<style>
a { background-color: #DAA733; }
a { background-color: rgb(218,167,51); }
div.DivClassName
{
background-color: #DAA733;
}
.BgClassName
{
background-color: #DAA733;
}
</style>
border-color css
<style>
span { border-color: #DAA733; }
span { border-color: rgb(218,167,51); }
td.TdClassName
{
border-color: #DAA733;
}
.TagClassName
{
border-color: #DAA733;
}
</style>