Shades of Metallic Gold #D5B32C
Tints of Metallic Gold #D5B32C
RGB
CMYK
RGB Variations
Color information
#D5B32C (or 0xD5B32C) is known color: Metallic Gold. HEX triplet: D5, B3 and 2C. RGB value is (213,179,44). Sum of RGB (Red+Green+Blue) = 213+179+44=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 179 (70.31% from 255 or 41.06% from 436); Blue value is 44 (17.58% from 255 or 10.09% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B32C is #2A4CD3. Grayscale: #AEAEAE. Windows color (decimal): -2772180 or 2929621. OLE color: 2929621.
HSL color Cylindrical-coordinate representation of color #D5B32C: hue angle of 47.93º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5B32C is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 44 | - |
| CMYK | 0 | 0.16 | 0.79 | 0.16 |
| HSL | 47.93º | 0.67% | 0.5% | - |
| HSV(B) | 47.93º | 0.79% | 0.84% | - |
| XYZ | 44.02 | 46.57 | 9.05 | - |
| YUV | 173.78 | 54.76 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 44 | 0 | 0.16 | 0.79 | 0.16 | 47.93 | 0.67 | 0.5 |
| Hex | D5 | B3 | 2C | 0 | 10 | 4F | 10 | 30 | 43 | 32 |
| Octal | 325 | 263 | 54 | 0 | 20 | 117 | 20 | 60 | 103 | 62 |
| Binary | 11010101 | 10110011 | 101100 | 0 | 10000 | 1001111 | 10000 | 110000 | 1000011 | 110010 |
Color Harmonies of #D5B32C
Complementary color
Monochromatic Colors of #D5B32C
Black with #D5B32C
Text Example
Text Example
White with #D5B32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B32C; }
p { color: rgb(213,179,44); }
H1.HeaderClassName
{
color: #D5B32C;
}
.AnyTagClassName
{
color: #D5B32C;
}
</style>
background-color css
<style>
a { background-color: #D5B32C; }
a { background-color: rgb(213,179,44); }
div.DivClassName
{
background-color: #D5B32C;
}
.BgClassName
{
background-color: #D5B32C;
}
</style>
border-color css
<style>
span { border-color: #D5B32C; }
span { border-color: rgb(213,179,44); }
td.TdClassName
{
border-color: #D5B32C;
}
.TagClassName
{
border-color: #D5B32C;
}
</style>