Shades of Metallic Gold #D4AF2B
Tints of Metallic Gold #D4AF2B
RGB
CMYK
RGB Variations
Color information
#D4AF2B (or 0xD4AF2B) is known color: Metallic Gold. HEX triplet: D4, AF and 2B. RGB value is (212,175,43). Sum of RGB (Red+Green+Blue) = 212+175+43=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 43 (17.19% from 255 or 10% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF2B is #2B50D4. Grayscale: #ABABAB. Windows color (decimal): -2838741 or 2863060. OLE color: 2863060.
HSL color Cylindrical-coordinate representation of color #D4AF2B: hue angle of 46.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4AF2B is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 43 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.17 |
| HSL | 46.86º | 0.66% | 0.5% | - |
| HSV(B) | 46.86º | 0.8% | 0.83% | - |
| XYZ | 42.92 | 44.83 | 8.68 | - |
| YUV | 171.02 | 55.76 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 43 | 0 | 0.17 | 0.80 | 0.17 | 46.86 | 0.66 | 0.5 |
| Hex | D4 | AF | 2B | 0 | 11 | 50 | 11 | 2F | 42 | 32 |
| Octal | 324 | 257 | 53 | 0 | 21 | 120 | 21 | 57 | 102 | 62 |
| Binary | 11010100 | 10101111 | 101011 | 0 | 10001 | 1010000 | 10001 | 101111 | 1000010 | 110010 |
Color Harmonies of #D4AF2B
Complementary color
Monochromatic Colors of #D4AF2B
Black with #D4AF2B
Text Example
Text Example
White with #D4AF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF2B; }
p { color: rgb(212,175,43); }
H1.HeaderClassName
{
color: #D4AF2B;
}
.AnyTagClassName
{
color: #D4AF2B;
}
</style>
background-color css
<style>
a { background-color: #D4AF2B; }
a { background-color: rgb(212,175,43); }
div.DivClassName
{
background-color: #D4AF2B;
}
.BgClassName
{
background-color: #D4AF2B;
}
</style>
border-color css
<style>
span { border-color: #D4AF2B; }
span { border-color: rgb(212,175,43); }
td.TdClassName
{
border-color: #D4AF2B;
}
.TagClassName
{
border-color: #D4AF2B;
}
</style>