Shades of Old Gold #D5B539
Tints of Old Gold #D5B539
RGB
CMYK
RGB Variations
Color information
#D5B539 (or 0xD5B539) is known color: Old Gold. HEX triplet: D5, B5 and 39. RGB value is (213,181,57). Sum of RGB (Red+Green+Blue) = 213+181+57=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 57 (22.66% from 255 or 12.64% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5B539 is #2A4AC6. Grayscale: #B0B0B0. Windows color (decimal): -2771655 or 3782101. OLE color: 3782101.
HSL color Cylindrical-coordinate representation of color #D5B539: hue angle of 47.69º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5B539 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 181 | 57 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.16 |
| HSL | 47.69º | 0.65% | 0.53% | - |
| HSV(B) | 47.69º | 0.73% | 0.84% | - |
| XYZ | 44.7 | 47.49 | 10.68 | - |
| YUV | 176.43 | 60.6 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 181 | 57 | 0 | 0.15 | 0.73 | 0.16 | 47.69 | 0.65 | 0.53 |
| Hex | D5 | B5 | 39 | 0 | F | 49 | 10 | 30 | 41 | 35 |
| Octal | 325 | 265 | 71 | 0 | 17 | 111 | 20 | 60 | 101 | 65 |
| Binary | 11010101 | 10110101 | 111001 | 0 | 1111 | 1001001 | 10000 | 110000 | 1000001 | 110101 |
Color Harmonies of #D5B539
Complementary color
Monochromatic Colors of #D5B539
Black with #D5B539
Text Example
Text Example
White with #D5B539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B539; }
p { color: rgb(213,181,57); }
H1.HeaderClassName
{
color: #D5B539;
}
.AnyTagClassName
{
color: #D5B539;
}
</style>
background-color css
<style>
a { background-color: #D5B539; }
a { background-color: rgb(213,181,57); }
div.DivClassName
{
background-color: #D5B539;
}
.BgClassName
{
background-color: #D5B539;
}
</style>
border-color css
<style>
span { border-color: #D5B539; }
span { border-color: rgb(213,181,57); }
td.TdClassName
{
border-color: #D5B539;
}
.TagClassName
{
border-color: #D5B539;
}
</style>