Shades of Old Gold #D1B832
Tints of Old Gold #D1B832
RGB
CMYK
RGB Variations
Color information
#D1B832 (or 0xD1B832) is known color: Old Gold. HEX triplet: D1, B8 and 32. RGB value is (209,184,50). Sum of RGB (Red+Green+Blue) = 209+184+50=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 50 (19.92% from 255 or 11.29% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B832 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B832 is #2E47CD. Grayscale: #B0B0B0. Windows color (decimal): -3033038 or 3324113. OLE color: 3324113.
HSL color Cylindrical-coordinate representation of color #D1B832: hue angle of 50.57º 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 #D1B832 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 50 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.18 |
| HSL | 50.57º | 0.63% | 0.51% | - |
| HSV(B) | 50.57º | 0.76% | 0.82% | - |
| XYZ | 44.01 | 48.07 | 9.98 | - |
| YUV | 176.2 | 56.78 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 50 | 0 | 0.12 | 0.76 | 0.18 | 50.57 | 0.63 | 0.51 |
| Hex | D1 | B8 | 32 | 0 | C | 4C | 12 | 33 | 3F | 33 |
| Octal | 321 | 270 | 62 | 0 | 14 | 114 | 22 | 63 | 77 | 63 |
| Binary | 11010001 | 10111000 | 110010 | 0 | 1100 | 1001100 | 10010 | 110011 | 111111 | 110011 |
Color Harmonies of #D1B832
Complementary color
Monochromatic Colors of #D1B832
Black with #D1B832
Text Example
Text Example
White with #D1B832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B832; }
p { color: rgb(209,184,50); }
H1.HeaderClassName
{
color: #D1B832;
}
.AnyTagClassName
{
color: #D1B832;
}
</style>
background-color css
<style>
a { background-color: #D1B832; }
a { background-color: rgb(209,184,50); }
div.DivClassName
{
background-color: #D1B832;
}
.BgClassName
{
background-color: #D1B832;
}
</style>
border-color css
<style>
span { border-color: #D1B832; }
span { border-color: rgb(209,184,50); }
td.TdClassName
{
border-color: #D1B832;
}
.TagClassName
{
border-color: #D1B832;
}
</style>