Shades of Metallic Gold #D4AF42
Tints of Metallic Gold #D4AF42
RGB
CMYK
RGB Variations
Color information
#D4AF42 (or 0xD4AF42) is known color: Metallic Gold. HEX triplet: D4, AF and 42. RGB value is (212,175,66). Sum of RGB (Red+Green+Blue) = 212+175+66=453 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.80% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D4AF42 is #2B50BD. Grayscale: #AEAEAE. Windows color (decimal): -2838718 or 4370388. OLE color: 4370388.
HSL color Cylindrical-coordinate representation of color #D4AF42: hue angle of 44.79º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D4AF42 is Cyan = 0, Magento = 0.17, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 175 | 66 | - |
| CMYK | 0 | 0.17 | 0.69 | 0.17 |
| HSL | 44.79º | 0.63% | 0.55% | - |
| HSV(B) | 44.79º | 0.69% | 0.83% | - |
| XYZ | 43.46 | 45.05 | 11.56 | - |
| YUV | 173.64 | 67.26 | 155.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 175 | 66 | 0 | 0.17 | 0.69 | 0.17 | 44.79 | 0.63 | 0.55 |
| Hex | D4 | AF | 42 | 0 | 11 | 45 | 11 | 2D | 3F | 37 |
| Octal | 324 | 257 | 102 | 0 | 21 | 105 | 21 | 55 | 77 | 67 |
| Binary | 11010100 | 10101111 | 1000010 | 0 | 10001 | 1000101 | 10001 | 101101 | 111111 | 110111 |
Color Harmonies of #D4AF42
Complementary color
Monochromatic Colors of #D4AF42
Black with #D4AF42
Text Example
Text Example
White with #D4AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AF42; }
p { color: rgb(212,175,66); }
H1.HeaderClassName
{
color: #D4AF42;
}
.AnyTagClassName
{
color: #D4AF42;
}
</style>
background-color css
<style>
a { background-color: #D4AF42; }
a { background-color: rgb(212,175,66); }
div.DivClassName
{
background-color: #D4AF42;
}
.BgClassName
{
background-color: #D4AF42;
}
</style>
border-color css
<style>
span { border-color: #D4AF42; }
span { border-color: rgb(212,175,66); }
td.TdClassName
{
border-color: #D4AF42;
}
.TagClassName
{
border-color: #D4AF42;
}
</style>