Shades of Metallic Gold #D0AD43
Tints of Metallic Gold #D0AD43
RGB
CMYK
RGB Variations
Color information
#D0AD43 (or 0xD0AD43) is known color: Metallic Gold. HEX triplet: D0, AD and 43. RGB value is (208,173,67). Sum of RGB (Red+Green+Blue) = 208+173+67=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 173 (67.97% from 255 or 38.62% from 448); Blue value is 67 (26.56% from 255 or 14.96% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0AD43 is #2F52BC. Grayscale: #ABABAB. Windows color (decimal): -3101373 or 4435408. OLE color: 4435408.
HSL color Cylindrical-coordinate representation of color #D0AD43: hue angle of 45.11º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0AD43 is Cyan = 0, Magento = 0.17, Yellow = 0.68 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 173 | 67 | - |
| CMYK | 0 | 0.17 | 0.68 | 0.18 |
| HSL | 45.11º | 0.6% | 0.54% | - |
| HSV(B) | 45.11º | 0.68% | 0.82% | - |
| XYZ | 41.97 | 43.7 | 11.53 | - |
| YUV | 171.38 | 69.1 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 173 | 67 | 0 | 0.17 | 0.68 | 0.18 | 45.11 | 0.6 | 0.54 |
| Hex | D0 | AD | 43 | 0 | 11 | 44 | 12 | 2D | 3C | 36 |
| Octal | 320 | 255 | 103 | 0 | 21 | 104 | 22 | 55 | 74 | 66 |
| Binary | 11010000 | 10101101 | 1000011 | 0 | 10001 | 1000100 | 10010 | 101101 | 111100 | 110110 |
Color Harmonies of #D0AD43
Complementary color
Monochromatic Colors of #D0AD43
Black with #D0AD43
Text Example
Text Example
White with #D0AD43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AD43; }
p { color: rgb(208,173,67); }
H1.HeaderClassName
{
color: #D0AD43;
}
.AnyTagClassName
{
color: #D0AD43;
}
</style>
background-color css
<style>
a { background-color: #D0AD43; }
a { background-color: rgb(208,173,67); }
div.DivClassName
{
background-color: #D0AD43;
}
.BgClassName
{
background-color: #D0AD43;
}
</style>
border-color css
<style>
span { border-color: #D0AD43; }
span { border-color: rgb(208,173,67); }
td.TdClassName
{
border-color: #D0AD43;
}
.TagClassName
{
border-color: #D0AD43;
}
</style>