Shades of Old Gold #D4B540
Tints of Old Gold #D4B540
RGB
CMYK
RGB Variations
Color information
#D4B540 (or 0xD4B540) is known color: Old Gold. HEX triplet: D4, B5 and 40. RGB value is (212,181,64). Sum of RGB (Red+Green+Blue) = 212+181+64=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 181 (71.09% from 255 or 39.61% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B540 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B540 is #2B4ABF. Grayscale: #B1B1B1. Windows color (decimal): -2837184 or 4240852. OLE color: 4240852.
HSL color Cylindrical-coordinate representation of color #D4B540: hue angle of 47.43º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D4B540 is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 181 | 64 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.17 |
| HSL | 47.43º | 0.63% | 0.54% | - |
| HSV(B) | 47.43º | 0.7% | 0.83% | - |
| XYZ | 44.6 | 47.41 | 11.65 | - |
| YUV | 176.93 | 64.27 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 181 | 64 | 0 | 0.15 | 0.70 | 0.17 | 47.43 | 0.63 | 0.54 |
| Hex | D4 | B5 | 40 | 0 | F | 46 | 11 | 2F | 3F | 36 |
| Octal | 324 | 265 | 100 | 0 | 17 | 106 | 21 | 57 | 77 | 66 |
| Binary | 11010100 | 10110101 | 1000000 | 0 | 1111 | 1000110 | 10001 | 101111 | 111111 | 110110 |
Color Harmonies of #D4B540
Complementary color
Monochromatic Colors of #D4B540
Black with #D4B540
Text Example
Text Example
White with #D4B540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B540; }
p { color: rgb(212,181,64); }
H1.HeaderClassName
{
color: #D4B540;
}
.AnyTagClassName
{
color: #D4B540;
}
</style>
background-color css
<style>
a { background-color: #D4B540; }
a { background-color: rgb(212,181,64); }
div.DivClassName
{
background-color: #D4B540;
}
.BgClassName
{
background-color: #D4B540;
}
</style>
border-color css
<style>
span { border-color: #D4B540; }
span { border-color: rgb(212,181,64); }
td.TdClassName
{
border-color: #D4B540;
}
.TagClassName
{
border-color: #D4B540;
}
</style>