Shades of Old Gold #D1B932
Tints of Old Gold #D1B932
RGB
CMYK
RGB Variations
Color information
#D1B932 (or 0xD1B932) is known color: Old Gold. HEX triplet: D1, B9 and 32. RGB value is (209,185,50). Sum of RGB (Red+Green+Blue) = 209+185+50=444 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.07% from 444); Green value is 185 (72.66% from 255 or 41.67% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B932 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B932 is #2E46CD. Grayscale: #B1B1B1. Windows color (decimal): -3032782 or 3324369. OLE color: 3324369.
HSL color Cylindrical-coordinate representation of color #D1B932: hue angle of 50.94º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1B932 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 50 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.18 |
| HSL | 50.94º | 0.63% | 0.51% | - |
| HSV(B) | 50.94º | 0.76% | 0.82% | - |
| XYZ | 44.22 | 48.48 | 10.05 | - |
| YUV | 176.79 | 56.45 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 50 | 0 | 0.11 | 0.76 | 0.18 | 50.94 | 0.63 | 0.51 |
| Hex | D1 | B9 | 32 | 0 | B | 4C | 12 | 33 | 3F | 33 |
| Octal | 321 | 271 | 62 | 0 | 13 | 114 | 22 | 63 | 77 | 63 |
| Binary | 11010001 | 10111001 | 110010 | 0 | 1011 | 1001100 | 10010 | 110011 | 111111 | 110011 |
Color Harmonies of #D1B932
Complementary color
Monochromatic Colors of #D1B932
Black with #D1B932
Text Example
Text Example
White with #D1B932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B932; }
p { color: rgb(209,185,50); }
H1.HeaderClassName
{
color: #D1B932;
}
.AnyTagClassName
{
color: #D1B932;
}
</style>
background-color css
<style>
a { background-color: #D1B932; }
a { background-color: rgb(209,185,50); }
div.DivClassName
{
background-color: #D1B932;
}
.BgClassName
{
background-color: #D1B932;
}
</style>
border-color css
<style>
span { border-color: #D1B932; }
span { border-color: rgb(209,185,50); }
td.TdClassName
{
border-color: #D1B932;
}
.TagClassName
{
border-color: #D1B932;
}
</style>