Shades of Metallic Gold #D6AB44
Tints of Metallic Gold #D6AB44
RGB
CMYK
RGB Variations
Color information
#D6AB44 (or 0xD6AB44) is known color: Metallic Gold. HEX triplet: D6, AB and 44. RGB value is (214,171,68). Sum of RGB (Red+Green+Blue) = 214+171+68=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D6AB44 is #2954BB. Grayscale: #ACACAC. Windows color (decimal): -2708668 or 4500438. OLE color: 4500438.
HSL color Cylindrical-coordinate representation of color #D6AB44: hue angle of 42.33º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D6AB44 is Cyan = 0, Magento = 0.20, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 68 | - |
| CMYK | 0 | 0.20 | 0.68 | 0.16 |
| HSL | 42.33º | 0.64% | 0.55% | - |
| HSV(B) | 42.33º | 0.68% | 0.84% | - |
| XYZ | 43.34 | 43.84 | 11.65 | - |
| YUV | 172.12 | 69.25 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 68 | 0 | 0.20 | 0.68 | 0.16 | 42.33 | 0.64 | 0.55 |
| Hex | D6 | AB | 44 | 0 | 14 | 44 | 10 | 2A | 40 | 37 |
| Octal | 326 | 253 | 104 | 0 | 24 | 104 | 20 | 52 | 100 | 67 |
| Binary | 11010110 | 10101011 | 1000100 | 0 | 10100 | 1000100 | 10000 | 101010 | 1000000 | 110111 |
Color Harmonies of #D6AB44
Complementary color
Monochromatic Colors of #D6AB44
Black with #D6AB44
Text Example
Text Example
White with #D6AB44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB44; }
p { color: rgb(214,171,68); }
H1.HeaderClassName
{
color: #D6AB44;
}
.AnyTagClassName
{
color: #D6AB44;
}
</style>
background-color css
<style>
a { background-color: #D6AB44; }
a { background-color: rgb(214,171,68); }
div.DivClassName
{
background-color: #D6AB44;
}
.BgClassName
{
background-color: #D6AB44;
}
</style>
border-color css
<style>
span { border-color: #D6AB44; }
span { border-color: rgb(214,171,68); }
td.TdClassName
{
border-color: #D6AB44;
}
.TagClassName
{
border-color: #D6AB44;
}
</style>