Shades of Metallic Gold #D2AD3B
Tints of Metallic Gold #D2AD3B
RGB
CMYK
RGB Variations
Color information
#D2AD3B (or 0xD2AD3B) is known color: Metallic Gold. HEX triplet: D2, AD and 3B. RGB value is (210,173,59). Sum of RGB (Red+Green+Blue) = 210+173+59=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 59 (23.44% from 255 or 13.35% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD3B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AD3B is #2D52C4. Grayscale: #ABABAB. Windows color (decimal): -2970309 or 3911122. OLE color: 3911122.
HSL color Cylindrical-coordinate representation of color #D2AD3B: hue angle of 45.3º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D2AD3B is Cyan = 0, Magento = 0.18, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 173 | 59 | - |
| CMYK | 0 | 0.18 | 0.72 | 0.18 |
| HSL | 45.3º | 0.63% | 0.53% | - |
| HSV(B) | 45.3º | 0.72% | 0.82% | - |
| XYZ | 42.31 | 43.9 | 10.38 | - |
| YUV | 171.07 | 64.76 | 155.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 173 | 59 | 0 | 0.18 | 0.72 | 0.18 | 45.3 | 0.63 | 0.53 |
| Hex | D2 | AD | 3B | 0 | 12 | 48 | 12 | 2D | 3F | 35 |
| Octal | 322 | 255 | 73 | 0 | 22 | 110 | 22 | 55 | 77 | 65 |
| Binary | 11010010 | 10101101 | 111011 | 0 | 10010 | 1001000 | 10010 | 101101 | 111111 | 110101 |
Color Harmonies of #D2AD3B
Complementary color
Monochromatic Colors of #D2AD3B
Black with #D2AD3B
Text Example
Text Example
White with #D2AD3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AD3B; }
p { color: rgb(210,173,59); }
H1.HeaderClassName
{
color: #D2AD3B;
}
.AnyTagClassName
{
color: #D2AD3B;
}
</style>
background-color css
<style>
a { background-color: #D2AD3B; }
a { background-color: rgb(210,173,59); }
div.DivClassName
{
background-color: #D2AD3B;
}
.BgClassName
{
background-color: #D2AD3B;
}
</style>
border-color css
<style>
span { border-color: #D2AD3B; }
span { border-color: rgb(210,173,59); }
td.TdClassName
{
border-color: #D2AD3B;
}
.TagClassName
{
border-color: #D2AD3B;
}
</style>