Shades of Metallic Gold #D1A33D
Tints of Metallic Gold #D1A33D
RGB
CMYK
RGB Variations
Color information
#D1A33D (or 0xD1A33D) is known color: Metallic Gold. HEX triplet: D1, A3 and 3D. RGB value is (209,163,61). Sum of RGB (Red+Green+Blue) = 209+163+61=433 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.27% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1A33D is #2E5CC2. Grayscale: #A5A5A5. Windows color (decimal): -3038403 or 4039633. OLE color: 4039633.
HSL color Cylindrical-coordinate representation of color #D1A33D: hue angle of 41.35º degrees, saturation: 0.62, 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 #D1A33D is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 163 | 61 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.18 |
| HSL | 41.35º | 0.62% | 0.53% | - |
| HSV(B) | 41.35º | 0.71% | 0.82% | - |
| XYZ | 40.23 | 40.09 | 10.03 | - |
| YUV | 165.13 | 69.24 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 163 | 61 | 0 | 0.22 | 0.71 | 0.18 | 41.35 | 0.62 | 0.53 |
| Hex | D1 | A3 | 3D | 0 | 16 | 47 | 12 | 29 | 3E | 35 |
| Octal | 321 | 243 | 75 | 0 | 26 | 107 | 22 | 51 | 76 | 65 |
| Binary | 11010001 | 10100011 | 111101 | 0 | 10110 | 1000111 | 10010 | 101001 | 111110 | 110101 |
Color Harmonies of #D1A33D
Complementary color
Monochromatic Colors of #D1A33D
Black with #D1A33D
Text Example
Text Example
White with #D1A33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1A33D; }
p { color: rgb(209,163,61); }
H1.HeaderClassName
{
color: #D1A33D;
}
.AnyTagClassName
{
color: #D1A33D;
}
</style>
background-color css
<style>
a { background-color: #D1A33D; }
a { background-color: rgb(209,163,61); }
div.DivClassName
{
background-color: #D1A33D;
}
.BgClassName
{
background-color: #D1A33D;
}
</style>
border-color css
<style>
span { border-color: #D1A33D; }
span { border-color: rgb(209,163,61); }
td.TdClassName
{
border-color: #D1A33D;
}
.TagClassName
{
border-color: #D1A33D;
}
</style>