Shades of Metallic Gold #D0AF2F
Tints of Metallic Gold #D0AF2F
RGB
CMYK
RGB Variations
Color information
#D0AF2F (or 0xD0AF2F) is known color: Metallic Gold. HEX triplet: D0, AF and 2F. RGB value is (208,175,47). Sum of RGB (Red+Green+Blue) = 208+175+47=430 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.37% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 47 (18.75% from 255 or 10.93% from 430); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF2F is #2F50D0. Grayscale: #AAAAAA. Windows color (decimal): -3100881 or 3125200. OLE color: 3125200.
HSL color Cylindrical-coordinate representation of color #D0AF2F: hue angle of 47.7º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D0AF2F is Cyan = 0, Magento = 0.16, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 47 | - |
| CMYK | 0 | 0.16 | 0.77 | 0.18 |
| HSL | 47.7º | 0.63% | 0.5% | - |
| HSV(B) | 47.7º | 0.77% | 0.82% | - |
| XYZ | 41.86 | 44.28 | 9.03 | - |
| YUV | 170.28 | 58.43 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 47 | 0 | 0.16 | 0.77 | 0.18 | 47.7 | 0.63 | 0.5 |
| Hex | D0 | AF | 2F | 0 | 10 | 4D | 12 | 30 | 3F | 32 |
| Octal | 320 | 257 | 57 | 0 | 20 | 115 | 22 | 60 | 77 | 62 |
| Binary | 11010000 | 10101111 | 101111 | 0 | 10000 | 1001101 | 10010 | 110000 | 111111 | 110010 |
Color Harmonies of #D0AF2F
Complementary color
Monochromatic Colors of #D0AF2F
Black with #D0AF2F
Text Example
Text Example
White with #D0AF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF2F; }
p { color: rgb(208,175,47); }
H1.HeaderClassName
{
color: #D0AF2F;
}
.AnyTagClassName
{
color: #D0AF2F;
}
</style>
background-color css
<style>
a { background-color: #D0AF2F; }
a { background-color: rgb(208,175,47); }
div.DivClassName
{
background-color: #D0AF2F;
}
.BgClassName
{
background-color: #D0AF2F;
}
</style>
border-color css
<style>
span { border-color: #D0AF2F; }
span { border-color: rgb(208,175,47); }
td.TdClassName
{
border-color: #D0AF2F;
}
.TagClassName
{
border-color: #D0AF2F;
}
</style>