Shades of Metallic Gold #D5AC2D
Tints of Metallic Gold #D5AC2D
RGB
CMYK
RGB Variations
Color information
#D5AC2D (or 0xD5AC2D) is known color: Metallic Gold. HEX triplet: D5, AC and 2D. RGB value is (213,172,45). Sum of RGB (Red+Green+Blue) = 213+172+45=430 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.53% from 430); Green value is 172 (67.58% from 255 or 40% from 430); Blue value is 45 (17.97% from 255 or 10.47% from 430); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC2D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC2D is #2A53D2. Grayscale: #AAAAAA. Windows color (decimal): -2773971 or 2993365. OLE color: 2993365.
HSL color Cylindrical-coordinate representation of color #D5AC2D: hue angle of 45.36º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5AC2D is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 45 | - |
| CMYK | 0 | 0.19 | 0.79 | 0.16 |
| HSL | 45.36º | 0.67% | 0.51% | - |
| HSV(B) | 45.36º | 0.79% | 0.84% | - |
| XYZ | 42.67 | 43.84 | 8.7 | - |
| YUV | 169.78 | 57.58 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 45 | 0 | 0.19 | 0.79 | 0.16 | 45.36 | 0.67 | 0.51 |
| Hex | D5 | AC | 2D | 0 | 13 | 4F | 10 | 2D | 43 | 33 |
| Octal | 325 | 254 | 55 | 0 | 23 | 117 | 20 | 55 | 103 | 63 |
| Binary | 11010101 | 10101100 | 101101 | 0 | 10011 | 1001111 | 10000 | 101101 | 1000011 | 110011 |
Color Harmonies of #D5AC2D
Complementary color
Monochromatic Colors of #D5AC2D
Black with #D5AC2D
Text Example
Text Example
White with #D5AC2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC2D; }
p { color: rgb(213,172,45); }
H1.HeaderClassName
{
color: #D5AC2D;
}
.AnyTagClassName
{
color: #D5AC2D;
}
</style>
background-color css
<style>
a { background-color: #D5AC2D; }
a { background-color: rgb(213,172,45); }
div.DivClassName
{
background-color: #D5AC2D;
}
.BgClassName
{
background-color: #D5AC2D;
}
</style>
border-color css
<style>
span { border-color: #D5AC2D; }
span { border-color: rgb(213,172,45); }
td.TdClassName
{
border-color: #D5AC2D;
}
.TagClassName
{
border-color: #D5AC2D;
}
</style>