Shades of Metallic Gold #D0AF2D
Tints of Metallic Gold #D0AF2D
RGB
CMYK
RGB Variations
Color information
#D0AF2D (or 0xD0AF2D) is known color: Metallic Gold. HEX triplet: D0, AF and 2D. RGB value is (208,175,45). Sum of RGB (Red+Green+Blue) = 208+175+45=428 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.60% from 428); Green value is 175 (68.75% from 255 or 40.89% from 428); Blue value is 45 (17.97% from 255 or 10.51% from 428); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AF2D is #2F50D2. Grayscale: #AAAAAA. Windows color (decimal): -3100883 or 2994128. OLE color: 2994128.
HSL color Cylindrical-coordinate representation of color #D0AF2D: hue angle of 47.85º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D0AF2D is Cyan = 0, Magento = 0.16, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 45 | - |
| CMYK | 0 | 0.16 | 0.78 | 0.18 |
| HSL | 47.85º | 0.64% | 0.5% | - |
| HSV(B) | 47.85º | 0.78% | 0.82% | - |
| XYZ | 41.82 | 44.26 | 8.82 | - |
| YUV | 170.05 | 57.43 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 45 | 0 | 0.16 | 0.78 | 0.18 | 47.85 | 0.64 | 0.5 |
| Hex | D0 | AF | 2D | 0 | 10 | 4E | 12 | 30 | 40 | 32 |
| Octal | 320 | 257 | 55 | 0 | 20 | 116 | 22 | 60 | 100 | 62 |
| Binary | 11010000 | 10101111 | 101101 | 0 | 10000 | 1001110 | 10010 | 110000 | 1000000 | 110010 |
Color Harmonies of #D0AF2D
Complementary color
Monochromatic Colors of #D0AF2D
Black with #D0AF2D
Text Example
Text Example
White with #D0AF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF2D; }
p { color: rgb(208,175,45); }
H1.HeaderClassName
{
color: #D0AF2D;
}
.AnyTagClassName
{
color: #D0AF2D;
}
</style>
background-color css
<style>
a { background-color: #D0AF2D; }
a { background-color: rgb(208,175,45); }
div.DivClassName
{
background-color: #D0AF2D;
}
.BgClassName
{
background-color: #D0AF2D;
}
</style>
border-color css
<style>
span { border-color: #D0AF2D; }
span { border-color: rgb(208,175,45); }
td.TdClassName
{
border-color: #D0AF2D;
}
.TagClassName
{
border-color: #D0AF2D;
}
</style>