Shades of Metallic Gold #D5B534
Tints of Metallic Gold #D5B534
RGB
CMYK
RGB Variations
Color information
#D5B534 (or 0xD5B534) is known color: Metallic Gold. HEX triplet: D5, B5 and 34. RGB value is (213,181,52). Sum of RGB (Red+Green+Blue) = 213+181+52=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 181 (71.09% from 255 or 40.58% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B534 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B534 is #2A4ACB. Grayscale: #B0B0B0. Windows color (decimal): -2771660 or 3454421. OLE color: 3454421.
HSL color Cylindrical-coordinate representation of color #D5B534: hue angle of 48.07º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5B534 is Cyan = 0, Magento = 0.15, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 52 | - |
| CMYK | 0 | 0.15 | 0.76 | 0.16 |
| HSL | 48.07º | 0.66% | 0.52% | - |
| HSV(B) | 48.07º | 0.76% | 0.84% | - |
| XYZ | 44.58 | 47.44 | 10.06 | - |
| YUV | 175.86 | 58.1 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 52 | 0 | 0.15 | 0.76 | 0.16 | 48.07 | 0.66 | 0.52 |
| Hex | D5 | B5 | 34 | 0 | F | 4C | 10 | 30 | 42 | 34 |
| Octal | 325 | 265 | 64 | 0 | 17 | 114 | 20 | 60 | 102 | 64 |
| Binary | 11010101 | 10110101 | 110100 | 0 | 1111 | 1001100 | 10000 | 110000 | 1000010 | 110100 |
Color Harmonies of #D5B534
Complementary color
Monochromatic Colors of #D5B534
Black with #D5B534
Text Example
Text Example
White with #D5B534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B534; }
p { color: rgb(213,181,52); }
H1.HeaderClassName
{
color: #D5B534;
}
.AnyTagClassName
{
color: #D5B534;
}
</style>
background-color css
<style>
a { background-color: #D5B534; }
a { background-color: rgb(213,181,52); }
div.DivClassName
{
background-color: #D5B534;
}
.BgClassName
{
background-color: #D5B534;
}
</style>
border-color css
<style>
span { border-color: #D5B534; }
span { border-color: rgb(213,181,52); }
td.TdClassName
{
border-color: #D5B534;
}
.TagClassName
{
border-color: #D5B534;
}
</style>