Shades of Metallic Gold #D3A23D
Tints of Metallic Gold #D3A23D
RGB
CMYK
RGB Variations
Color information
#D3A23D (or 0xD3A23D) is known color: Metallic Gold. HEX triplet: D3, A2 and 3D. RGB value is (211,162,61). Sum of RGB (Red+Green+Blue) = 211+162+61=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A23D is #2C5DC2. Grayscale: #A5A5A5. Windows color (decimal): -2907587 or 4039379. OLE color: 4039379.
HSL color Cylindrical-coordinate representation of color #D3A23D: hue angle of 40.4º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D3A23D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 61 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.17 |
| HSL | 40.4º | 0.63% | 0.53% | - |
| HSV(B) | 40.4º | 0.71% | 0.83% | - |
| XYZ | 40.63 | 40.03 | 10 | - |
| YUV | 165.14 | 69.23 | 160.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 61 | 0 | 0.23 | 0.71 | 0.17 | 40.4 | 0.63 | 0.53 |
| Hex | D3 | A2 | 3D | 0 | 17 | 47 | 11 | 28 | 3F | 35 |
| Octal | 323 | 242 | 75 | 0 | 27 | 107 | 21 | 50 | 77 | 65 |
| Binary | 11010011 | 10100010 | 111101 | 0 | 10111 | 1000111 | 10001 | 101000 | 111111 | 110101 |
Color Harmonies of #D3A23D
Complementary color
Monochromatic Colors of #D3A23D
Black with #D3A23D
Text Example
Text Example
White with #D3A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A23D; }
p { color: rgb(211,162,61); }
H1.HeaderClassName
{
color: #D3A23D;
}
.AnyTagClassName
{
color: #D3A23D;
}
</style>
background-color css
<style>
a { background-color: #D3A23D; }
a { background-color: rgb(211,162,61); }
div.DivClassName
{
background-color: #D3A23D;
}
.BgClassName
{
background-color: #D3A23D;
}
</style>
border-color css
<style>
span { border-color: #D3A23D; }
span { border-color: rgb(211,162,61); }
td.TdClassName
{
border-color: #D3A23D;
}
.TagClassName
{
border-color: #D3A23D;
}
</style>