Shades of Metallic Gold #D4AD33
Tints of Metallic Gold #D4AD33
RGB
CMYK
RGB Variations
Color information
#D4AD33 (or 0xD4AD33) is known color: Metallic Gold. HEX triplet: D4, AD and 33. RGB value is (212,173,51). Sum of RGB (Red+Green+Blue) = 212+173+51=436 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.62% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AD33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AD33 is #2B52CC. Grayscale: #ABABAB. Windows color (decimal): -2839245 or 3386836. OLE color: 3386836.
HSL color Cylindrical-coordinate representation of color #D4AD33: hue angle of 45.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4AD33 is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 173 | 51 | - |
| CMYK | 0 | 0.18 | 0.76 | 0.17 |
| HSL | 45.47º | 0.65% | 0.52% | - |
| HSV(B) | 45.47º | 0.76% | 0.83% | - |
| XYZ | 42.69 | 44.12 | 9.4 | - |
| YUV | 170.75 | 60.42 | 157.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 173 | 51 | 0 | 0.18 | 0.76 | 0.17 | 45.47 | 0.65 | 0.52 |
| Hex | D4 | AD | 33 | 0 | 12 | 4C | 11 | 2D | 41 | 34 |
| Octal | 324 | 255 | 63 | 0 | 22 | 114 | 21 | 55 | 101 | 64 |
| Binary | 11010100 | 10101101 | 110011 | 0 | 10010 | 1001100 | 10001 | 101101 | 1000001 | 110100 |
Color Harmonies of #D4AD33
Complementary color
Monochromatic Colors of #D4AD33
Black with #D4AD33
Text Example
Text Example
White with #D4AD33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AD33; }
p { color: rgb(212,173,51); }
H1.HeaderClassName
{
color: #D4AD33;
}
.AnyTagClassName
{
color: #D4AD33;
}
</style>
background-color css
<style>
a { background-color: #D4AD33; }
a { background-color: rgb(212,173,51); }
div.DivClassName
{
background-color: #D4AD33;
}
.BgClassName
{
background-color: #D4AD33;
}
</style>
border-color css
<style>
span { border-color: #D4AD33; }
span { border-color: rgb(212,173,51); }
td.TdClassName
{
border-color: #D4AD33;
}
.TagClassName
{
border-color: #D4AD33;
}
</style>