Shades of Old Gold #D5B93E
Tints of Old Gold #D5B93E
RGB
CMYK
RGB Variations
Color information
#D5B93E (or 0xD5B93E) is known color: Old Gold. HEX triplet: D5, B9 and 3E. RGB value is (213,185,62). Sum of RGB (Red+Green+Blue) = 213+185+62=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 62 (24.61% from 255 or 13.48% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B93E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B93E is #2A46C1. Grayscale: #B3B3B3. Windows color (decimal): -2770626 or 4110805. OLE color: 4110805.
HSL color Cylindrical-coordinate representation of color #D5B93E: hue angle of 48.87º 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 #D5B93E is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 185 | 62 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.16 |
| HSL | 48.87º | 0.64% | 0.54% | - |
| HSV(B) | 48.87º | 0.71% | 0.84% | - |
| XYZ | 45.66 | 49.19 | 11.65 | - |
| YUV | 179.35 | 61.78 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 185 | 62 | 0 | 0.13 | 0.71 | 0.16 | 48.87 | 0.64 | 0.54 |
| Hex | D5 | B9 | 3E | 0 | D | 47 | 10 | 31 | 40 | 36 |
| Octal | 325 | 271 | 76 | 0 | 15 | 107 | 20 | 61 | 100 | 66 |
| Binary | 11010101 | 10111001 | 111110 | 0 | 1101 | 1000111 | 10000 | 110001 | 1000000 | 110110 |
Color Harmonies of #D5B93E
Complementary color
Monochromatic Colors of #D5B93E
Black with #D5B93E
Text Example
Text Example
White with #D5B93E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B93E; }
p { color: rgb(213,185,62); }
H1.HeaderClassName
{
color: #D5B93E;
}
.AnyTagClassName
{
color: #D5B93E;
}
</style>
background-color css
<style>
a { background-color: #D5B93E; }
a { background-color: rgb(213,185,62); }
div.DivClassName
{
background-color: #D5B93E;
}
.BgClassName
{
background-color: #D5B93E;
}
</style>
border-color css
<style>
span { border-color: #D5B93E; }
span { border-color: rgb(213,185,62); }
td.TdClassName
{
border-color: #D5B93E;
}
.TagClassName
{
border-color: #D5B93E;
}
</style>