Shades of Metallic Gold #D0A33A
Tints of Metallic Gold #D0A33A
RGB
CMYK
RGB Variations
Color information
#D0A33A (or 0xD0A33A) is known color: Metallic Gold. HEX triplet: D0, A3 and 3A. RGB value is (208,163,58). Sum of RGB (Red+Green+Blue) = 208+163+58=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 58 (23.05% from 255 or 13.52% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A33A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A33A is #2F5CC5. Grayscale: #A4A4A4. Windows color (decimal): -3103942 or 3843024. OLE color: 3843024.
HSL color Cylindrical-coordinate representation of color #D0A33A: hue angle of 42º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D0A33A is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 58 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.18 |
| HSL | 42º | 0.61% | 0.52% | - |
| HSV(B) | 42º | 0.72% | 0.82% | - |
| XYZ | 39.87 | 39.91 | 9.6 | - |
| YUV | 164.49 | 67.91 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 58 | 0 | 0.22 | 0.72 | 0.18 | 42 | 0.61 | 0.52 |
| Hex | D0 | A3 | 3A | 0 | 16 | 48 | 12 | 2A | 3D | 34 |
| Octal | 320 | 243 | 72 | 0 | 26 | 110 | 22 | 52 | 75 | 64 |
| Binary | 11010000 | 10100011 | 111010 | 0 | 10110 | 1001000 | 10010 | 101010 | 111101 | 110100 |
Color Harmonies of #D0A33A
Complementary color
Monochromatic Colors of #D0A33A
Black with #D0A33A
Text Example
Text Example
White with #D0A33A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A33A; }
p { color: rgb(208,163,58); }
H1.HeaderClassName
{
color: #D0A33A;
}
.AnyTagClassName
{
color: #D0A33A;
}
</style>
background-color css
<style>
a { background-color: #D0A33A; }
a { background-color: rgb(208,163,58); }
div.DivClassName
{
background-color: #D0A33A;
}
.BgClassName
{
background-color: #D0A33A;
}
</style>
border-color css
<style>
span { border-color: #D0A33A; }
span { border-color: rgb(208,163,58); }
td.TdClassName
{
border-color: #D0A33A;
}
.TagClassName
{
border-color: #D0A33A;
}
</style>