Shades of Metallic Gold #D5AC42
Tints of Metallic Gold #D5AC42
RGB
CMYK
RGB Variations
Color information
#D5AC42 (or 0xD5AC42) is known color: Metallic Gold. HEX triplet: D5, AC and 42. RGB value is (213,172,66). Sum of RGB (Red+Green+Blue) = 213+172+66=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 66 (26.17% from 255 or 14.63% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AC42 is #2A53BD. Grayscale: #ACACAC. Windows color (decimal): -2773950 or 4369621. OLE color: 4369621.
HSL color Cylindrical-coordinate representation of color #D5AC42: hue angle of 43.27º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5AC42 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 172 | 66 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.16 |
| HSL | 43.27º | 0.64% | 0.55% | - |
| HSV(B) | 43.27º | 0.69% | 0.84% | - |
| XYZ | 43.18 | 44.04 | 11.38 | - |
| YUV | 172.18 | 68.08 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 172 | 66 | 0 | 0.19 | 0.69 | 0.16 | 43.27 | 0.64 | 0.55 |
| Hex | D5 | AC | 42 | 0 | 13 | 45 | 10 | 2B | 40 | 37 |
| Octal | 325 | 254 | 102 | 0 | 23 | 105 | 20 | 53 | 100 | 67 |
| Binary | 11010101 | 10101100 | 1000010 | 0 | 10011 | 1000101 | 10000 | 101011 | 1000000 | 110111 |
Color Harmonies of #D5AC42
Complementary color
Monochromatic Colors of #D5AC42
Black with #D5AC42
Text Example
Text Example
White with #D5AC42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AC42; }
p { color: rgb(213,172,66); }
H1.HeaderClassName
{
color: #D5AC42;
}
.AnyTagClassName
{
color: #D5AC42;
}
</style>
background-color css
<style>
a { background-color: #D5AC42; }
a { background-color: rgb(213,172,66); }
div.DivClassName
{
background-color: #D5AC42;
}
.BgClassName
{
background-color: #D5AC42;
}
</style>
border-color css
<style>
span { border-color: #D5AC42; }
span { border-color: rgb(213,172,66); }
td.TdClassName
{
border-color: #D5AC42;
}
.TagClassName
{
border-color: #D5AC42;
}
</style>