Shades of Old Gold #D1BA36
Tints of Old Gold #D1BA36
RGB
CMYK
RGB Variations
Color information
#D1BA36 (or 0xD1BA36) is known color: Old Gold. HEX triplet: D1, BA and 36. RGB value is (209,186,54). Sum of RGB (Red+Green+Blue) = 209+186+54=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 186 (73.05% from 255 or 41.43% from 449); Blue value is 54 (21.48% from 255 or 12.03% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA36 is #2E45C9. Grayscale: #B2B2B2. Windows color (decimal): -3032522 or 3586769. OLE color: 3586769.
HSL color Cylindrical-coordinate representation of color #D1BA36: hue angle of 51.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1BA36 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 54 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.18 |
| HSL | 51.1º | 0.63% | 0.52% | - |
| HSV(B) | 51.1º | 0.74% | 0.82% | - |
| XYZ | 44.52 | 48.94 | 10.59 | - |
| YUV | 177.83 | 58.12 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 54 | 0 | 0.11 | 0.74 | 0.18 | 51.1 | 0.63 | 0.52 |
| Hex | D1 | BA | 36 | 0 | B | 4A | 12 | 33 | 3F | 34 |
| Octal | 321 | 272 | 66 | 0 | 13 | 112 | 22 | 63 | 77 | 64 |
| Binary | 11010001 | 10111010 | 110110 | 0 | 1011 | 1001010 | 10010 | 110011 | 111111 | 110100 |
Color Harmonies of #D1BA36
Complementary color
Monochromatic Colors of #D1BA36
Black with #D1BA36
Text Example
Text Example
White with #D1BA36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA36; }
p { color: rgb(209,186,54); }
H1.HeaderClassName
{
color: #D1BA36;
}
.AnyTagClassName
{
color: #D1BA36;
}
</style>
background-color css
<style>
a { background-color: #D1BA36; }
a { background-color: rgb(209,186,54); }
div.DivClassName
{
background-color: #D1BA36;
}
.BgClassName
{
background-color: #D1BA36;
}
</style>
border-color css
<style>
span { border-color: #D1BA36; }
span { border-color: rgb(209,186,54); }
td.TdClassName
{
border-color: #D1BA36;
}
.TagClassName
{
border-color: #D1BA36;
}
</style>