Shades of Metallic Gold #D0AD2C
Tints of Metallic Gold #D0AD2C
RGB
CMYK
RGB Variations
Color information
#D0AD2C (or 0xD0AD2C) is known color: Metallic Gold. HEX triplet: D0, AD and 2C. RGB value is (208,173,44). Sum of RGB (Red+Green+Blue) = 208+173+44=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 173 (67.97% from 255 or 40.71% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD2C is #2F52D3. Grayscale: #A9A9A9. Windows color (decimal): -3101396 or 2928080. OLE color: 2928080.
HSL color Cylindrical-coordinate representation of color #D0AD2C: hue angle of 47.2º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0AD2C is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 44 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.18 |
| HSL | 47.2º | 0.65% | 0.49% | - |
| HSV(B) | 47.2º | 0.79% | 0.82% | - |
| XYZ | 41.41 | 43.48 | 8.59 | - |
| YUV | 168.76 | 57.6 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 44 | 0 | 0.17 | 0.79 | 0.18 | 47.2 | 0.65 | 0.49 |
| Hex | D0 | AD | 2C | 0 | 11 | 4F | 12 | 2F | 41 | 31 |
| Octal | 320 | 255 | 54 | 0 | 21 | 117 | 22 | 57 | 101 | 61 |
| Binary | 11010000 | 10101101 | 101100 | 0 | 10001 | 1001111 | 10010 | 101111 | 1000001 | 110001 |
Color Harmonies of #D0AD2C
Complementary color
Monochromatic Colors of #D0AD2C
Black with #D0AD2C
Text Example
Text Example
White with #D0AD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD2C; }
p { color: rgb(208,173,44); }
H1.HeaderClassName
{
color: #D0AD2C;
}
.AnyTagClassName
{
color: #D0AD2C;
}
</style>
background-color css
<style>
a { background-color: #D0AD2C; }
a { background-color: rgb(208,173,44); }
div.DivClassName
{
background-color: #D0AD2C;
}
.BgClassName
{
background-color: #D0AD2C;
}
</style>
border-color css
<style>
span { border-color: #D0AD2C; }
span { border-color: rgb(208,173,44); }
td.TdClassName
{
border-color: #D0AD2C;
}
.TagClassName
{
border-color: #D0AD2C;
}
</style>