Shades of Metallic Gold #DAAC3C
Tints of Metallic Gold #DAAC3C
RGB
CMYK
RGB Variations
Color information
#DAAC3C (or 0xDAAC3C) is known color: Metallic Gold. HEX triplet: DA, AC and 3C. RGB value is (218,172,60). Sum of RGB (Red+Green+Blue) = 218+172+60=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 172 (67.58% from 255 or 38.22% from 450); Blue value is 60 (23.83% from 255 or 13.33% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAC3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DAAC3C is #2553C3. Grayscale: #ADADAD. Windows color (decimal): -2446276 or 3976410. OLE color: 3976410.
HSL color Cylindrical-coordinate representation of color #DAAC3C: hue angle of 42.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DAAC3C is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 60 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.15 |
| HSL | 42.53º | 0.68% | 0.55% | - |
| HSV(B) | 42.53º | 0.72% | 0.85% | - |
| XYZ | 44.48 | 44.74 | 10.57 | - |
| YUV | 172.99 | 64.24 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 60 | 0 | 0.21 | 0.72 | 0.15 | 42.53 | 0.68 | 0.55 |
| Hex | DA | AC | 3C | 0 | 15 | 48 | F | 2B | 44 | 37 |
| Octal | 332 | 254 | 74 | 0 | 25 | 110 | 17 | 53 | 104 | 67 |
| Binary | 11011010 | 10101100 | 111100 | 0 | 10101 | 1001000 | 1111 | 101011 | 1000100 | 110111 |
Color Harmonies of #DAAC3C
Complementary color
Monochromatic Colors of #DAAC3C
Black with #DAAC3C
Text Example
Text Example
White with #DAAC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAAC3C; }
p { color: rgb(218,172,60); }
H1.HeaderClassName
{
color: #DAAC3C;
}
.AnyTagClassName
{
color: #DAAC3C;
}
</style>
background-color css
<style>
a { background-color: #DAAC3C; }
a { background-color: rgb(218,172,60); }
div.DivClassName
{
background-color: #DAAC3C;
}
.BgClassName
{
background-color: #DAAC3C;
}
</style>
border-color css
<style>
span { border-color: #DAAC3C; }
span { border-color: rgb(218,172,60); }
td.TdClassName
{
border-color: #DAAC3C;
}
.TagClassName
{
border-color: #DAAC3C;
}
</style>