Shades of Metallic Gold #D5AD42
Tints of Metallic Gold #D5AD42
RGB
CMYK
RGB Variations
Color information
#D5AD42 (or 0xD5AD42) is known color: Metallic Gold. HEX triplet: D5, AD and 42. RGB value is (213,173,66). Sum of RGB (Red+Green+Blue) = 213+173+66=452 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.12% from 452); Green value is 173 (67.97% from 255 or 38.27% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AD42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5AD42 is #2A52BD. Grayscale: #ADADAD. Windows color (decimal): -2773694 or 4369877. OLE color: 4369877.
HSL color Cylindrical-coordinate representation of color #D5AD42: hue angle of 43.67º 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 #D5AD42 is Cyan = 0, Magento = 0.19, Yellow = 0.69 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 173 | 66 | - |
| CMYK | 0 | 0.19 | 0.69 | 0.16 |
| HSL | 43.67º | 0.64% | 0.55% | - |
| HSV(B) | 43.67º | 0.69% | 0.84% | - |
| XYZ | 43.37 | 44.43 | 11.44 | - |
| YUV | 172.76 | 67.75 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 173 | 66 | 0 | 0.19 | 0.69 | 0.16 | 43.67 | 0.64 | 0.55 |
| Hex | D5 | AD | 42 | 0 | 13 | 45 | 10 | 2C | 40 | 37 |
| Octal | 325 | 255 | 102 | 0 | 23 | 105 | 20 | 54 | 100 | 67 |
| Binary | 11010101 | 10101101 | 1000010 | 0 | 10011 | 1000101 | 10000 | 101100 | 1000000 | 110111 |
Color Harmonies of #D5AD42
Complementary color
Monochromatic Colors of #D5AD42
Black with #D5AD42
Text Example
Text Example
White with #D5AD42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AD42; }
p { color: rgb(213,173,66); }
H1.HeaderClassName
{
color: #D5AD42;
}
.AnyTagClassName
{
color: #D5AD42;
}
</style>
background-color css
<style>
a { background-color: #D5AD42; }
a { background-color: rgb(213,173,66); }
div.DivClassName
{
background-color: #D5AD42;
}
.BgClassName
{
background-color: #D5AD42;
}
</style>
border-color css
<style>
span { border-color: #D5AD42; }
span { border-color: rgb(213,173,66); }
td.TdClassName
{
border-color: #D5AD42;
}
.TagClassName
{
border-color: #D5AD42;
}
</style>