Shades of Metallic Gold #D4A830
Tints of Metallic Gold #D4A830
RGB
CMYK
RGB Variations
Color information
#D4A830 (or 0xD4A830) is known color: Metallic Gold. HEX triplet: D4, A8 and 30. RGB value is (212,168,48). Sum of RGB (Red+Green+Blue) = 212+168+48=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 168 (66.02% from 255 or 39.25% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A830 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A830 is #2B57CF. Grayscale: #A7A7A7. Windows color (decimal): -2840528 or 3188948. OLE color: 3188948.
HSL color Cylindrical-coordinate representation of color #D4A830: hue angle of 43.9º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4A830 is Cyan = 0, Magento = 0.21, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 168 | 48 | - |
| CMYK | 0 | 0.21 | 0.77 | 0.17 |
| HSL | 43.9º | 0.66% | 0.51% | - |
| HSV(B) | 43.9º | 0.77% | 0.83% | - |
| XYZ | 41.69 | 42.22 | 8.75 | - |
| YUV | 167.48 | 60.58 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 168 | 48 | 0 | 0.21 | 0.77 | 0.17 | 43.9 | 0.66 | 0.51 |
| Hex | D4 | A8 | 30 | 0 | 15 | 4D | 11 | 2C | 42 | 33 |
| Octal | 324 | 250 | 60 | 0 | 25 | 115 | 21 | 54 | 102 | 63 |
| Binary | 11010100 | 10101000 | 110000 | 0 | 10101 | 1001101 | 10001 | 101100 | 1000010 | 110011 |
Color Harmonies of #D4A830
Complementary color
Monochromatic Colors of #D4A830
Black with #D4A830
Text Example
Text Example
White with #D4A830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A830; }
p { color: rgb(212,168,48); }
H1.HeaderClassName
{
color: #D4A830;
}
.AnyTagClassName
{
color: #D4A830;
}
</style>
background-color css
<style>
a { background-color: #D4A830; }
a { background-color: rgb(212,168,48); }
div.DivClassName
{
background-color: #D4A830;
}
.BgClassName
{
background-color: #D4A830;
}
</style>
border-color css
<style>
span { border-color: #D4A830; }
span { border-color: rgb(212,168,48); }
td.TdClassName
{
border-color: #D4A830;
}
.TagClassName
{
border-color: #D4A830;
}
</style>