Shades of Metallic Gold #D5B33D
Tints of Metallic Gold #D5B33D
RGB
CMYK
RGB Variations
Color information
#D5B33D (or 0xD5B33D) is known color: Metallic Gold. HEX triplet: D5, B3 and 3D. RGB value is (213,179,61). Sum of RGB (Red+Green+Blue) = 213+179+61=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 179 (70.31% from 255 or 39.51% from 453); Blue value is 61 (24.22% from 255 or 13.47% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B33D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B33D is #2A4CC2. Grayscale: #B0B0B0. Windows color (decimal): -2772163 or 4043733. OLE color: 4043733.
HSL color Cylindrical-coordinate representation of color #D5B33D: hue angle of 46.58º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5B33D is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 61 | - |
| CMYK | 0 | 0.16 | 0.71 | 0.16 |
| HSL | 46.58º | 0.64% | 0.54% | - |
| HSV(B) | 46.58º | 0.71% | 0.84% | - |
| XYZ | 44.4 | 46.72 | 11.09 | - |
| YUV | 175.71 | 63.26 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 61 | 0 | 0.16 | 0.71 | 0.16 | 46.58 | 0.64 | 0.54 |
| Hex | D5 | B3 | 3D | 0 | 10 | 47 | 10 | 2F | 40 | 36 |
| Octal | 325 | 263 | 75 | 0 | 20 | 107 | 20 | 57 | 100 | 66 |
| Binary | 11010101 | 10110011 | 111101 | 0 | 10000 | 1000111 | 10000 | 101111 | 1000000 | 110110 |
Color Harmonies of #D5B33D
Complementary color
Monochromatic Colors of #D5B33D
Black with #D5B33D
Text Example
Text Example
White with #D5B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B33D; }
p { color: rgb(213,179,61); }
H1.HeaderClassName
{
color: #D5B33D;
}
.AnyTagClassName
{
color: #D5B33D;
}
</style>
background-color css
<style>
a { background-color: #D5B33D; }
a { background-color: rgb(213,179,61); }
div.DivClassName
{
background-color: #D5B33D;
}
.BgClassName
{
background-color: #D5B33D;
}
</style>
border-color css
<style>
span { border-color: #D5B33D; }
span { border-color: rgb(213,179,61); }
td.TdClassName
{
border-color: #D5B33D;
}
.TagClassName
{
border-color: #D5B33D;
}
</style>