Shades of Metallic Gold #D3A23C
Tints of Metallic Gold #D3A23C
RGB
CMYK
RGB Variations
Color information
#D3A23C (or 0xD3A23C) is known color: Metallic Gold. HEX triplet: D3, A2 and 3C. RGB value is (211,162,60). Sum of RGB (Red+Green+Blue) = 211+162+60=433 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.73% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 60 (23.83% from 255 or 13.86% from 433); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A23C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D3A23C is #2C5DC3. Grayscale: #A5A5A5. Windows color (decimal): -2907588 or 3973843. OLE color: 3973843.
HSL color Cylindrical-coordinate representation of color #D3A23C: hue angle of 40.53º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D3A23C is Cyan = 0, Magento = 0.23, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 162 | 60 | - |
| CMYK | 0 | 0.23 | 0.72 | 0.17 |
| HSL | 40.53º | 0.63% | 0.53% | - |
| HSV(B) | 40.53º | 0.72% | 0.83% | - |
| XYZ | 40.6 | 40.02 | 9.86 | - |
| YUV | 165.02 | 68.73 | 160.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 162 | 60 | 0 | 0.23 | 0.72 | 0.17 | 40.53 | 0.63 | 0.53 |
| Hex | D3 | A2 | 3C | 0 | 17 | 48 | 11 | 29 | 3F | 35 |
| Octal | 323 | 242 | 74 | 0 | 27 | 110 | 21 | 51 | 77 | 65 |
| Binary | 11010011 | 10100010 | 111100 | 0 | 10111 | 1001000 | 10001 | 101001 | 111111 | 110101 |
Color Harmonies of #D3A23C
Complementary color
Monochromatic Colors of #D3A23C
Black with #D3A23C
Text Example
Text Example
White with #D3A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A23C; }
p { color: rgb(211,162,60); }
H1.HeaderClassName
{
color: #D3A23C;
}
.AnyTagClassName
{
color: #D3A23C;
}
</style>
background-color css
<style>
a { background-color: #D3A23C; }
a { background-color: rgb(211,162,60); }
div.DivClassName
{
background-color: #D3A23C;
}
.BgClassName
{
background-color: #D3A23C;
}
</style>
border-color css
<style>
span { border-color: #D3A23C; }
span { border-color: rgb(211,162,60); }
td.TdClassName
{
border-color: #D3A23C;
}
.TagClassName
{
border-color: #D3A23C;
}
</style>