Shades of Metallic Gold #D6AD34
Tints of Metallic Gold #D6AD34
RGB
CMYK
RGB Variations
Color information
#D6AD34 (or 0xD6AD34) is known color: Metallic Gold. HEX triplet: D6, AD and 34. RGB value is (214,173,52). Sum of RGB (Red+Green+Blue) = 214+173+52=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 173 (67.97% from 255 or 39.41% from 439); Blue value is 52 (20.70% from 255 or 11.85% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AD34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AD34 is #2952CB. Grayscale: #ABABAB. Windows color (decimal): -2708172 or 3452374. OLE color: 3452374.
HSL color Cylindrical-coordinate representation of color #D6AD34: hue angle of 44.81º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6AD34 is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 173 | 52 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.16 |
| HSL | 44.81º | 0.66% | 0.52% | - |
| HSV(B) | 44.81º | 0.76% | 0.84% | - |
| XYZ | 43.29 | 44.43 | 9.54 | - |
| YUV | 171.47 | 60.58 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 173 | 52 | 0 | 0.19 | 0.76 | 0.16 | 44.81 | 0.66 | 0.52 |
| Hex | D6 | AD | 34 | 0 | 13 | 4C | 10 | 2D | 42 | 34 |
| Octal | 326 | 255 | 64 | 0 | 23 | 114 | 20 | 55 | 102 | 64 |
| Binary | 11010110 | 10101101 | 110100 | 0 | 10011 | 1001100 | 10000 | 101101 | 1000010 | 110100 |
Color Harmonies of #D6AD34
Complementary color
Monochromatic Colors of #D6AD34
Black with #D6AD34
Text Example
Text Example
White with #D6AD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AD34; }
p { color: rgb(214,173,52); }
H1.HeaderClassName
{
color: #D6AD34;
}
.AnyTagClassName
{
color: #D6AD34;
}
</style>
background-color css
<style>
a { background-color: #D6AD34; }
a { background-color: rgb(214,173,52); }
div.DivClassName
{
background-color: #D6AD34;
}
.BgClassName
{
background-color: #D6AD34;
}
</style>
border-color css
<style>
span { border-color: #D6AD34; }
span { border-color: rgb(214,173,52); }
td.TdClassName
{
border-color: #D6AD34;
}
.TagClassName
{
border-color: #D6AD34;
}
</style>