Shades of Metallic Gold #D0A33D
Tints of Metallic Gold #D0A33D
RGB
CMYK
RGB Variations
Color information
#D0A33D (or 0xD0A33D) is known color: Metallic Gold. HEX triplet: D0, A3 and 3D. RGB value is (208,163,61). Sum of RGB (Red+Green+Blue) = 208+163+61=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 163 (64.06% from 255 or 37.73% from 432); Blue value is 61 (24.22% from 255 or 14.12% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D0A33D is #2F5CC2. Grayscale: #A5A5A5. Windows color (decimal): -3103939 or 4039632. OLE color: 4039632.
HSL color Cylindrical-coordinate representation of color #D0A33D: hue angle of 41.63º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D0A33D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 163 | 61 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.18 |
| HSL | 41.63º | 0.61% | 0.53% | - |
| HSV(B) | 41.63º | 0.71% | 0.82% | - |
| XYZ | 39.95 | 39.94 | 10.02 | - |
| YUV | 164.83 | 69.41 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 163 | 61 | 0 | 0.22 | 0.71 | 0.18 | 41.63 | 0.61 | 0.53 |
| Hex | D0 | A3 | 3D | 0 | 16 | 47 | 12 | 2A | 3D | 35 |
| Octal | 320 | 243 | 75 | 0 | 26 | 107 | 22 | 52 | 75 | 65 |
| Binary | 11010000 | 10100011 | 111101 | 0 | 10110 | 1000111 | 10010 | 101010 | 111101 | 110101 |
Color Harmonies of #D0A33D
Complementary color
Monochromatic Colors of #D0A33D
Black with #D0A33D
Text Example
Text Example
White with #D0A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A33D; }
p { color: rgb(208,163,61); }
H1.HeaderClassName
{
color: #D0A33D;
}
.AnyTagClassName
{
color: #D0A33D;
}
</style>
background-color css
<style>
a { background-color: #D0A33D; }
a { background-color: rgb(208,163,61); }
div.DivClassName
{
background-color: #D0A33D;
}
.BgClassName
{
background-color: #D0A33D;
}
</style>
border-color css
<style>
span { border-color: #D0A33D; }
span { border-color: rgb(208,163,61); }
td.TdClassName
{
border-color: #D0A33D;
}
.TagClassName
{
border-color: #D0A33D;
}
</style>