Shades of Metallic Gold #D2AF2B
Tints of Metallic Gold #D2AF2B
RGB
CMYK
RGB Variations
Color information
#D2AF2B (or 0xD2AF2B) is known color: Metallic Gold. HEX triplet: D2, AF and 2B. RGB value is (210,175,43). Sum of RGB (Red+Green+Blue) = 210+175+43=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 43 (17.19% from 255 or 10.05% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AF2B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2AF2B is #2D50D4. Grayscale: #AAAAAA. Windows color (decimal): -2969813 or 2863058. OLE color: 2863058.
HSL color Cylindrical-coordinate representation of color #D2AF2B: hue angle of 47.43º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D2AF2B is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 175 | 43 | - |
| CMYK | 0 | 0.17 | 0.80 | 0.18 |
| HSL | 47.43º | 0.66% | 0.5% | - |
| HSV(B) | 47.43º | 0.8% | 0.82% | - |
| XYZ | 42.34 | 44.54 | 8.65 | - |
| YUV | 170.42 | 56.1 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 175 | 43 | 0 | 0.17 | 0.80 | 0.18 | 47.43 | 0.66 | 0.5 |
| Hex | D2 | AF | 2B | 0 | 11 | 50 | 12 | 2F | 42 | 32 |
| Octal | 322 | 257 | 53 | 0 | 21 | 120 | 22 | 57 | 102 | 62 |
| Binary | 11010010 | 10101111 | 101011 | 0 | 10001 | 1010000 | 10010 | 101111 | 1000010 | 110010 |
Color Harmonies of #D2AF2B
Complementary color
Monochromatic Colors of #D2AF2B
Black with #D2AF2B
Text Example
Text Example
White with #D2AF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2AF2B; }
p { color: rgb(210,175,43); }
H1.HeaderClassName
{
color: #D2AF2B;
}
.AnyTagClassName
{
color: #D2AF2B;
}
</style>
background-color css
<style>
a { background-color: #D2AF2B; }
a { background-color: rgb(210,175,43); }
div.DivClassName
{
background-color: #D2AF2B;
}
.BgClassName
{
background-color: #D2AF2B;
}
</style>
border-color css
<style>
span { border-color: #D2AF2B; }
span { border-color: rgb(210,175,43); }
td.TdClassName
{
border-color: #D2AF2B;
}
.TagClassName
{
border-color: #D2AF2B;
}
</style>