Shades of Metallic Gold #D0AF39
Tints of Metallic Gold #D0AF39
RGB
CMYK
RGB Variations
Color information
#D0AF39 (or 0xD0AF39) is known color: Metallic Gold. HEX triplet: D0, AF and 39. RGB value is (208,175,57). Sum of RGB (Red+Green+Blue) = 208+175+57=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 175 (68.75% from 255 or 39.77% from 440); Blue value is 57 (22.66% from 255 or 12.95% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF39 is #2F50C6. Grayscale: #ABABAB. Windows color (decimal): -3100871 or 3780560. OLE color: 3780560.
HSL color Cylindrical-coordinate representation of color #D0AF39: hue angle of 46.89º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D0AF39 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 57 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.18 |
| HSL | 46.89º | 0.62% | 0.52% | - |
| HSV(B) | 46.89º | 0.73% | 0.82% | - |
| XYZ | 42.08 | 44.37 | 10.22 | - |
| YUV | 171.42 | 63.43 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 57 | 0 | 0.16 | 0.73 | 0.18 | 46.89 | 0.62 | 0.52 |
| Hex | D0 | AF | 39 | 0 | 10 | 49 | 12 | 2F | 3E | 34 |
| Octal | 320 | 257 | 71 | 0 | 20 | 111 | 22 | 57 | 76 | 64 |
| Binary | 11010000 | 10101111 | 111001 | 0 | 10000 | 1001001 | 10010 | 101111 | 111110 | 110100 |
Color Harmonies of #D0AF39
Complementary color
Monochromatic Colors of #D0AF39
Black with #D0AF39
Text Example
Text Example
White with #D0AF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF39; }
p { color: rgb(208,175,57); }
H1.HeaderClassName
{
color: #D0AF39;
}
.AnyTagClassName
{
color: #D0AF39;
}
</style>
background-color css
<style>
a { background-color: #D0AF39; }
a { background-color: rgb(208,175,57); }
div.DivClassName
{
background-color: #D0AF39;
}
.BgClassName
{
background-color: #D0AF39;
}
</style>
border-color css
<style>
span { border-color: #D0AF39; }
span { border-color: rgb(208,175,57); }
td.TdClassName
{
border-color: #D0AF39;
}
.TagClassName
{
border-color: #D0AF39;
}
</style>