Shades of Metallic Gold #D5B338
Tints of Metallic Gold #D5B338
RGB
CMYK
RGB Variations
Color information
#D5B338 (or 0xD5B338) is known color: Metallic Gold. HEX triplet: D5, B3 and 38. RGB value is (213,179,56). Sum of RGB (Red+Green+Blue) = 213+179+56=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 179 (70.31% from 255 or 39.96% from 448); Blue value is 56 (22.27% from 255 or 12.5% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B338 is #2A4CC7. Grayscale: #AFAFAF. Windows color (decimal): -2772168 or 3716053. OLE color: 3716053.
HSL color Cylindrical-coordinate representation of color #D5B338: hue angle of 47.01º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D5B338 is Cyan = 0, Magento = 0.16, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 56 | - |
| CMYK | 0 | 0.16 | 0.74 | 0.16 |
| HSL | 47.01º | 0.65% | 0.53% | - |
| HSV(B) | 47.01º | 0.74% | 0.84% | - |
| XYZ | 44.27 | 46.67 | 10.42 | - |
| YUV | 175.14 | 60.76 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 56 | 0 | 0.16 | 0.74 | 0.16 | 47.01 | 0.65 | 0.53 |
| Hex | D5 | B3 | 38 | 0 | 10 | 4A | 10 | 2F | 41 | 35 |
| Octal | 325 | 263 | 70 | 0 | 20 | 112 | 20 | 57 | 101 | 65 |
| Binary | 11010101 | 10110011 | 111000 | 0 | 10000 | 1001010 | 10000 | 101111 | 1000001 | 110101 |
Color Harmonies of #D5B338
Complementary color
Monochromatic Colors of #D5B338
Black with #D5B338
Text Example
Text Example
White with #D5B338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B338; }
p { color: rgb(213,179,56); }
H1.HeaderClassName
{
color: #D5B338;
}
.AnyTagClassName
{
color: #D5B338;
}
</style>
background-color css
<style>
a { background-color: #D5B338; }
a { background-color: rgb(213,179,56); }
div.DivClassName
{
background-color: #D5B338;
}
.BgClassName
{
background-color: #D5B338;
}
</style>
border-color css
<style>
span { border-color: #D5B338; }
span { border-color: rgb(213,179,56); }
td.TdClassName
{
border-color: #D5B338;
}
.TagClassName
{
border-color: #D5B338;
}
</style>