Shades of Metallic Gold #D5A23D
Tints of Metallic Gold #D5A23D
RGB
CMYK
RGB Variations
Color information
#D5A23D (or 0xD5A23D) is known color: Metallic Gold. HEX triplet: D5, A2 and 3D. RGB value is (213,162,61). Sum of RGB (Red+Green+Blue) = 213+162+61=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 61 (24.22% from 255 or 13.99% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5A23D is #2A5DC2. Grayscale: #A6A6A6. Windows color (decimal): -2776515 or 4039381. OLE color: 4039381.
HSL color Cylindrical-coordinate representation of color #D5A23D: hue angle of 39.87º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5A23D is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 162 | 61 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.16 |
| HSL | 39.87º | 0.64% | 0.54% | - |
| HSV(B) | 39.87º | 0.71% | 0.84% | - |
| XYZ | 41.2 | 40.32 | 10.03 | - |
| YUV | 165.74 | 68.9 | 161.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 162 | 61 | 0 | 0.24 | 0.71 | 0.16 | 39.87 | 0.64 | 0.54 |
| Hex | D5 | A2 | 3D | 0 | 18 | 47 | 10 | 28 | 40 | 36 |
| Octal | 325 | 242 | 75 | 0 | 30 | 107 | 20 | 50 | 100 | 66 |
| Binary | 11010101 | 10100010 | 111101 | 0 | 11000 | 1000111 | 10000 | 101000 | 1000000 | 110110 |
Color Harmonies of #D5A23D
Complementary color
Monochromatic Colors of #D5A23D
Black with #D5A23D
Text Example
Text Example
White with #D5A23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5A23D; }
p { color: rgb(213,162,61); }
H1.HeaderClassName
{
color: #D5A23D;
}
.AnyTagClassName
{
color: #D5A23D;
}
</style>
background-color css
<style>
a { background-color: #D5A23D; }
a { background-color: rgb(213,162,61); }
div.DivClassName
{
background-color: #D5A23D;
}
.BgClassName
{
background-color: #D5A23D;
}
</style>
border-color css
<style>
span { border-color: #D5A23D; }
span { border-color: rgb(213,162,61); }
td.TdClassName
{
border-color: #D5A23D;
}
.TagClassName
{
border-color: #D5A23D;
}
</style>