Shades of Metallic Gold #D0AF2A
Tints of Metallic Gold #D0AF2A
RGB
CMYK
RGB Variations
Color information
#D0AF2A (or 0xD0AF2A) is known color: Metallic Gold. HEX triplet: D0, AF and 2A. RGB value is (208,175,42). Sum of RGB (Red+Green+Blue) = 208+175+42=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 42 (16.80% from 255 or 9.88% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF2A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF2A is #2F50D5. Grayscale: #AAAAAA. Windows color (decimal): -3100886 or 2797520. OLE color: 2797520.
HSL color Cylindrical-coordinate representation of color #D0AF2A: hue angle of 48.07º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0AF2A is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 42 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.18 |
| HSL | 48.07º | 0.66% | 0.49% | - |
| HSV(B) | 48.07º | 0.8% | 0.82% | - |
| XYZ | 41.76 | 44.24 | 8.53 | - |
| YUV | 169.71 | 55.93 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 42 | 0 | 0.16 | 0.80 | 0.18 | 48.07 | 0.66 | 0.49 |
| Hex | D0 | AF | 2A | 0 | 10 | 50 | 12 | 30 | 42 | 31 |
| Octal | 320 | 257 | 52 | 0 | 20 | 120 | 22 | 60 | 102 | 61 |
| Binary | 11010000 | 10101111 | 101010 | 0 | 10000 | 1010000 | 10010 | 110000 | 1000010 | 110001 |
Color Harmonies of #D0AF2A
Complementary color
Monochromatic Colors of #D0AF2A
Black with #D0AF2A
Text Example
Text Example
White with #D0AF2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF2A; }
p { color: rgb(208,175,42); }
H1.HeaderClassName
{
color: #D0AF2A;
}
.AnyTagClassName
{
color: #D0AF2A;
}
</style>
background-color css
<style>
a { background-color: #D0AF2A; }
a { background-color: rgb(208,175,42); }
div.DivClassName
{
background-color: #D0AF2A;
}
.BgClassName
{
background-color: #D0AF2A;
}
</style>
border-color css
<style>
span { border-color: #D0AF2A; }
span { border-color: rgb(208,175,42); }
td.TdClassName
{
border-color: #D0AF2A;
}
.TagClassName
{
border-color: #D0AF2A;
}
</style>