Shades of Metallic Gold #D4A338
Tints of Metallic Gold #D4A338
RGB
CMYK
RGB Variations
Color information
#D4A338 (or 0xD4A338) is known color: Metallic Gold. HEX triplet: D4, A3 and 38. RGB value is (212,163,56). Sum of RGB (Red+Green+Blue) = 212+163+56=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 56 (22.27% from 255 or 12.99% from 431); Max value from RGB is 212 - color contains mainly: red. Hex color #D4A338 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4A338 is #2B5CC7. Grayscale: #A5A5A5. Windows color (decimal): -2841800 or 3711956. OLE color: 3711956.
HSL color Cylindrical-coordinate representation of color #D4A338: hue angle of 41.15º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4A338 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 163 | 56 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.17 |
| HSL | 41.15º | 0.64% | 0.53% | - |
| HSV(B) | 41.15º | 0.74% | 0.83% | - |
| XYZ | 40.96 | 40.48 | 9.4 | - |
| YUV | 165.45 | 66.23 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 163 | 56 | 0 | 0.23 | 0.74 | 0.17 | 41.15 | 0.64 | 0.53 |
| Hex | D4 | A3 | 38 | 0 | 17 | 4A | 11 | 29 | 40 | 35 |
| Octal | 324 | 243 | 70 | 0 | 27 | 112 | 21 | 51 | 100 | 65 |
| Binary | 11010100 | 10100011 | 111000 | 0 | 10111 | 1001010 | 10001 | 101001 | 1000000 | 110101 |
Color Harmonies of #D4A338
Complementary color
Monochromatic Colors of #D4A338
Black with #D4A338
Text Example
Text Example
White with #D4A338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4A338; }
p { color: rgb(212,163,56); }
H1.HeaderClassName
{
color: #D4A338;
}
.AnyTagClassName
{
color: #D4A338;
}
</style>
background-color css
<style>
a { background-color: #D4A338; }
a { background-color: rgb(212,163,56); }
div.DivClassName
{
background-color: #D4A338;
}
.BgClassName
{
background-color: #D4A338;
}
</style>
border-color css
<style>
span { border-color: #D4A338; }
span { border-color: rgb(212,163,56); }
td.TdClassName
{
border-color: #D4A338;
}
.TagClassName
{
border-color: #D4A338;
}
</style>