Shades of Old Gold #D1B944
Tints of Old Gold #D1B944
RGB
CMYK
RGB Variations
Color information
#D1B944 (or 0xD1B944) is known color: Old Gold. HEX triplet: D1, B9 and 44. RGB value is (209,185,68). Sum of RGB (Red+Green+Blue) = 209+185+68=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 185 (72.66% from 255 or 40.04% from 462); Blue value is 68 (26.95% from 255 or 14.72% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B944 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B944 is #2E46BB. Grayscale: #B3B3B3. Windows color (decimal): -3032764 or 4504017. OLE color: 4504017.
HSL color Cylindrical-coordinate representation of color #D1B944: hue angle of 49.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1B944 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 68 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.18 |
| HSL | 49.79º | 0.61% | 0.54% | - |
| HSV(B) | 49.79º | 0.67% | 0.82% | - |
| XYZ | 44.69 | 48.67 | 12.51 | - |
| YUV | 178.84 | 65.45 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 68 | 0 | 0.11 | 0.67 | 0.18 | 49.79 | 0.61 | 0.54 |
| Hex | D1 | B9 | 44 | 0 | B | 43 | 12 | 32 | 3D | 36 |
| Octal | 321 | 271 | 104 | 0 | 13 | 103 | 22 | 62 | 75 | 66 |
| Binary | 11010001 | 10111001 | 1000100 | 0 | 1011 | 1000011 | 10010 | 110010 | 111101 | 110110 |
Color Harmonies of #D1B944
Complementary color
Monochromatic Colors of #D1B944
Black with #D1B944
Text Example
Text Example
White with #D1B944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B944; }
p { color: rgb(209,185,68); }
H1.HeaderClassName
{
color: #D1B944;
}
.AnyTagClassName
{
color: #D1B944;
}
</style>
background-color css
<style>
a { background-color: #D1B944; }
a { background-color: rgb(209,185,68); }
div.DivClassName
{
background-color: #D1B944;
}
.BgClassName
{
background-color: #D1B944;
}
</style>
border-color css
<style>
span { border-color: #D1B944; }
span { border-color: rgb(209,185,68); }
td.TdClassName
{
border-color: #D1B944;
}
.TagClassName
{
border-color: #D1B944;
}
</style>