Shades of Metallic Gold #D5B12C
Tints of Metallic Gold #D5B12C
RGB
CMYK
RGB Variations
Color information
#D5B12C (or 0xD5B12C) is known color: Metallic Gold. HEX triplet: D5, B1 and 2C. RGB value is (213,177,44). Sum of RGB (Red+Green+Blue) = 213+177+44=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 44 (17.58% from 255 or 10.14% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B12C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D5B12C is #2A4ED3. Grayscale: #ADADAD. Windows color (decimal): -2772692 or 2929109. OLE color: 2929109.
HSL color Cylindrical-coordinate representation of color #D5B12C: hue angle of 47.22º 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 #D5B12C is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 44 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.16 |
| HSL | 47.22º | 0.67% | 0.5% | - |
| HSV(B) | 47.22º | 0.79% | 0.84% | - |
| XYZ | 43.62 | 45.77 | 8.92 | - |
| YUV | 172.6 | 55.43 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 44 | 0 | 0.17 | 0.79 | 0.16 | 47.22 | 0.67 | 0.5 |
| Hex | D5 | B1 | 2C | 0 | 11 | 4F | 10 | 2F | 43 | 32 |
| Octal | 325 | 261 | 54 | 0 | 21 | 117 | 20 | 57 | 103 | 62 |
| Binary | 11010101 | 10110001 | 101100 | 0 | 10001 | 1001111 | 10000 | 101111 | 1000011 | 110010 |
Color Harmonies of #D5B12C
Complementary color
Monochromatic Colors of #D5B12C
Black with #D5B12C
Text Example
Text Example
White with #D5B12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B12C; }
p { color: rgb(213,177,44); }
H1.HeaderClassName
{
color: #D5B12C;
}
.AnyTagClassName
{
color: #D5B12C;
}
</style>
background-color css
<style>
a { background-color: #D5B12C; }
a { background-color: rgb(213,177,44); }
div.DivClassName
{
background-color: #D5B12C;
}
.BgClassName
{
background-color: #D5B12C;
}
</style>
border-color css
<style>
span { border-color: #D5B12C; }
span { border-color: rgb(213,177,44); }
td.TdClassName
{
border-color: #D5B12C;
}
.TagClassName
{
border-color: #D5B12C;
}
</style>