Shades of Old Gold #D4B944
Tints of Old Gold #D4B944
RGB
CMYK
RGB Variations
Color information
#D4B944 (or 0xD4B944) is known color: Old Gold. HEX triplet: D4, B9 and 44. RGB value is (212,185,68). Sum of RGB (Red+Green+Blue) = 212+185+68=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 68 (26.95% from 255 or 14.62% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4B944 is #2B46BB. Grayscale: #B4B4B4. Windows color (decimal): -2836156 or 4504020. OLE color: 4504020.
HSL color Cylindrical-coordinate representation of color #D4B944: hue angle of 48.75º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D4B944 is Cyan = 0, Magento = 0.13, Yellow = 0.68 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 185 | 68 | - |
| CMYK | 0 | 0.13 | 0.68 | 0.17 |
| HSL | 48.75º | 0.63% | 0.55% | - |
| HSV(B) | 48.75º | 0.68% | 0.83% | - |
| XYZ | 45.54 | 49.11 | 12.55 | - |
| YUV | 179.74 | 64.95 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 185 | 68 | 0 | 0.13 | 0.68 | 0.17 | 48.75 | 0.63 | 0.55 |
| Hex | D4 | B9 | 44 | 0 | D | 44 | 11 | 31 | 3F | 37 |
| Octal | 324 | 271 | 104 | 0 | 15 | 104 | 21 | 61 | 77 | 67 |
| Binary | 11010100 | 10111001 | 1000100 | 0 | 1101 | 1000100 | 10001 | 110001 | 111111 | 110111 |
Color Harmonies of #D4B944
Complementary color
Monochromatic Colors of #D4B944
Black with #D4B944
Text Example
Text Example
White with #D4B944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B944; }
p { color: rgb(212,185,68); }
H1.HeaderClassName
{
color: #D4B944;
}
.AnyTagClassName
{
color: #D4B944;
}
</style>
background-color css
<style>
a { background-color: #D4B944; }
a { background-color: rgb(212,185,68); }
div.DivClassName
{
background-color: #D4B944;
}
.BgClassName
{
background-color: #D4B944;
}
</style>
border-color css
<style>
span { border-color: #D4B944; }
span { border-color: rgb(212,185,68); }
td.TdClassName
{
border-color: #D4B944;
}
.TagClassName
{
border-color: #D4B944;
}
</style>