Shades of Metallic Gold #D5B42B
Tints of Metallic Gold #D5B42B
RGB
CMYK
RGB Variations
Color information
#D5B42B (or 0xD5B42B) is known color: Metallic Gold. HEX triplet: D5, B4 and 2B. RGB value is (213,180,43). Sum of RGB (Red+Green+Blue) = 213+180+43=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 43 (17.19% from 255 or 9.86% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B42B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B42B is #2A4BD4. Grayscale: #AEAEAE. Windows color (decimal): -2771925 or 2864341. OLE color: 2864341.
HSL color Cylindrical-coordinate representation of color #D5B42B: hue angle of 48.35º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5B42B is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 180 | 43 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.16 |
| HSL | 48.35º | 0.67% | 0.5% | - |
| HSV(B) | 48.35º | 0.8% | 0.84% | - |
| XYZ | 44.2 | 46.96 | 9.02 | - |
| YUV | 174.25 | 53.93 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 180 | 43 | 0 | 0.15 | 0.80 | 0.16 | 48.35 | 0.67 | 0.5 |
| Hex | D5 | B4 | 2B | 0 | F | 50 | 10 | 30 | 43 | 32 |
| Octal | 325 | 264 | 53 | 0 | 17 | 120 | 20 | 60 | 103 | 62 |
| Binary | 11010101 | 10110100 | 101011 | 0 | 1111 | 1010000 | 10000 | 110000 | 1000011 | 110010 |
Color Harmonies of #D5B42B
Complementary color
Monochromatic Colors of #D5B42B
Black with #D5B42B
Text Example
Text Example
White with #D5B42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B42B; }
p { color: rgb(213,180,43); }
H1.HeaderClassName
{
color: #D5B42B;
}
.AnyTagClassName
{
color: #D5B42B;
}
</style>
background-color css
<style>
a { background-color: #D5B42B; }
a { background-color: rgb(213,180,43); }
div.DivClassName
{
background-color: #D5B42B;
}
.BgClassName
{
background-color: #D5B42B;
}
</style>
border-color css
<style>
span { border-color: #D5B42B; }
span { border-color: rgb(213,180,43); }
td.TdClassName
{
border-color: #D5B42B;
}
.TagClassName
{
border-color: #D5B42B;
}
</style>