Shades of Metallic Gold #D2A23D
Tints of Metallic Gold #D2A23D
RGB
CMYK
RGB Variations
Color information
#D2A23D (or 0xD2A23D) is known color: Metallic Gold. HEX triplet: D2, A2 and 3D. RGB value is (210,162,61). Sum of RGB (Red+Green+Blue) = 210+162+61=433 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.50% from 433); Green value is 162 (63.67% from 255 or 37.41% from 433); Blue value is 61 (24.22% from 255 or 14.09% from 433); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2A23D is #2D5DC2. Grayscale: #A5A5A5. Windows color (decimal): -2973123 or 4039378. OLE color: 4039378.
HSL color Cylindrical-coordinate representation of color #D2A23D: hue angle of 40.67º 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 #D2A23D is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 162 | 61 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.18 |
| HSL | 40.67º | 0.62% | 0.53% | - |
| HSV(B) | 40.67º | 0.71% | 0.82% | - |
| XYZ | 40.34 | 39.88 | 9.99 | - |
| YUV | 164.84 | 69.4 | 160.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 162 | 61 | 0 | 0.23 | 0.71 | 0.18 | 40.67 | 0.62 | 0.53 |
| Hex | D2 | A2 | 3D | 0 | 17 | 47 | 12 | 29 | 3E | 35 |
| Octal | 322 | 242 | 75 | 0 | 27 | 107 | 22 | 51 | 76 | 65 |
| Binary | 11010010 | 10100010 | 111101 | 0 | 10111 | 1000111 | 10010 | 101001 | 111110 | 110101 |
Color Harmonies of #D2A23D
Complementary color
Monochromatic Colors of #D2A23D
Black with #D2A23D
Text Example
Text Example
White with #D2A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2A23D; }
p { color: rgb(210,162,61); }
H1.HeaderClassName
{
color: #D2A23D;
}
.AnyTagClassName
{
color: #D2A23D;
}
</style>
background-color css
<style>
a { background-color: #D2A23D; }
a { background-color: rgb(210,162,61); }
div.DivClassName
{
background-color: #D2A23D;
}
.BgClassName
{
background-color: #D2A23D;
}
</style>
border-color css
<style>
span { border-color: #D2A23D; }
span { border-color: rgb(210,162,61); }
td.TdClassName
{
border-color: #D2A23D;
}
.TagClassName
{
border-color: #D2A23D;
}
</style>