Shades of Metallic Gold #DAAD32
Tints of Metallic Gold #DAAD32
RGB
CMYK
RGB Variations
Color information
#DAAD32 (or 0xDAAD32) is known color: Metallic Gold. HEX triplet: DA, AD and 32. RGB value is (218,173,50). Sum of RGB (Red+Green+Blue) = 218+173+50=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 173 (67.97% from 255 or 39.23% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAD32 is #2552CD. Grayscale: #ACACAC. Windows color (decimal): -2446030 or 3321306. OLE color: 3321306.
HSL color Cylindrical-coordinate representation of color #DAAD32: hue angle of 43.93º 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 #DAAD32 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 50 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.15 |
| HSL | 43.93º | 0.69% | 0.53% | - |
| HSV(B) | 43.93º | 0.77% | 0.85% | - |
| XYZ | 44.43 | 45.02 | 9.37 | - |
| YUV | 172.43 | 58.91 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 50 | 0 | 0.21 | 0.77 | 0.15 | 43.93 | 0.69 | 0.53 |
| Hex | DA | AD | 32 | 0 | 15 | 4D | F | 2C | 45 | 35 |
| Octal | 332 | 255 | 62 | 0 | 25 | 115 | 17 | 54 | 105 | 65 |
| Binary | 11011010 | 10101101 | 110010 | 0 | 10101 | 1001101 | 1111 | 101100 | 1000101 | 110101 |
Color Harmonies of #DAAD32
Complementary color
Monochromatic Colors of #DAAD32
Black with #DAAD32
Text Example
Text Example
White with #DAAD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAD32; }
p { color: rgb(218,173,50); }
H1.HeaderClassName
{
color: #DAAD32;
}
.AnyTagClassName
{
color: #DAAD32;
}
</style>
background-color css
<style>
a { background-color: #DAAD32; }
a { background-color: rgb(218,173,50); }
div.DivClassName
{
background-color: #DAAD32;
}
.BgClassName
{
background-color: #DAAD32;
}
</style>
border-color css
<style>
span { border-color: #DAAD32; }
span { border-color: rgb(218,173,50); }
td.TdClassName
{
border-color: #DAAD32;
}
.TagClassName
{
border-color: #DAAD32;
}
</style>