Shades of Metallic Gold #D6B72C
Tints of Metallic Gold #D6B72C
RGB
CMYK
RGB Variations
Color information
#D6B72C (or 0xD6B72C) is known color: Metallic Gold. HEX triplet: D6, B7 and 2C. RGB value is (214,183,44). Sum of RGB (Red+Green+Blue) = 214+183+44=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 44 (17.58% from 255 or 9.98% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B72C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6B72C is #2948D3. Grayscale: #B1B1B1. Windows color (decimal): -2705620 or 2930646. OLE color: 2930646.
HSL color Cylindrical-coordinate representation of color #D6B72C: hue angle of 49.06º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6B72C is Cyan = 0, Magento = 0.14, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 183 | 44 | - |
| CMYK | 0 | 0.14 | 0.79 | 0.16 |
| HSL | 49.06º | 0.67% | 0.51% | - |
| HSV(B) | 49.06º | 0.79% | 0.84% | - |
| XYZ | 45.12 | 48.34 | 9.34 | - |
| YUV | 176.42 | 53.27 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 183 | 44 | 0 | 0.14 | 0.79 | 0.16 | 49.06 | 0.67 | 0.51 |
| Hex | D6 | B7 | 2C | 0 | E | 4F | 10 | 31 | 43 | 33 |
| Octal | 326 | 267 | 54 | 0 | 16 | 117 | 20 | 61 | 103 | 63 |
| Binary | 11010110 | 10110111 | 101100 | 0 | 1110 | 1001111 | 10000 | 110001 | 1000011 | 110011 |
Color Harmonies of #D6B72C
Complementary color
Monochromatic Colors of #D6B72C
Black with #D6B72C
Text Example
Text Example
White with #D6B72C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B72C; }
p { color: rgb(214,183,44); }
H1.HeaderClassName
{
color: #D6B72C;
}
.AnyTagClassName
{
color: #D6B72C;
}
</style>
background-color css
<style>
a { background-color: #D6B72C; }
a { background-color: rgb(214,183,44); }
div.DivClassName
{
background-color: #D6B72C;
}
.BgClassName
{
background-color: #D6B72C;
}
</style>
border-color css
<style>
span { border-color: #D6B72C; }
span { border-color: rgb(214,183,44); }
td.TdClassName
{
border-color: #D6B72C;
}
.TagClassName
{
border-color: #D6B72C;
}
</style>