Shades of Old Gold #D4B739
Tints of Old Gold #D4B739
RGB
CMYK
RGB Variations
Color information
#D4B739 (or 0xD4B739) is known color: Old Gold. HEX triplet: D4, B7 and 39. RGB value is (212,183,57). Sum of RGB (Red+Green+Blue) = 212+183+57=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B739 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B739 is #2B48C6. Grayscale: #B1B1B1. Windows color (decimal): -2836679 or 3782612. OLE color: 3782612.
HSL color Cylindrical-coordinate representation of color #D4B739: hue angle of 48.77º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D4B739 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 183 | 57 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.17 |
| HSL | 48.77º | 0.64% | 0.53% | - |
| HSV(B) | 48.77º | 0.73% | 0.83% | - |
| XYZ | 44.82 | 48.16 | 10.8 | - |
| YUV | 177.31 | 60.11 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 183 | 57 | 0 | 0.14 | 0.73 | 0.17 | 48.77 | 0.64 | 0.53 |
| Hex | D4 | B7 | 39 | 0 | E | 49 | 11 | 31 | 40 | 35 |
| Octal | 324 | 267 | 71 | 0 | 16 | 111 | 21 | 61 | 100 | 65 |
| Binary | 11010100 | 10110111 | 111001 | 0 | 1110 | 1001001 | 10001 | 110001 | 1000000 | 110101 |
Color Harmonies of #D4B739
Complementary color
Monochromatic Colors of #D4B739
Black with #D4B739
Text Example
Text Example
White with #D4B739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B739; }
p { color: rgb(212,183,57); }
H1.HeaderClassName
{
color: #D4B739;
}
.AnyTagClassName
{
color: #D4B739;
}
</style>
background-color css
<style>
a { background-color: #D4B739; }
a { background-color: rgb(212,183,57); }
div.DivClassName
{
background-color: #D4B739;
}
.BgClassName
{
background-color: #D4B739;
}
</style>
border-color css
<style>
span { border-color: #D4B739; }
span { border-color: rgb(212,183,57); }
td.TdClassName
{
border-color: #D4B739;
}
.TagClassName
{
border-color: #D4B739;
}
</style>