Shades of Old Gold #D1BA41
Tints of Old Gold #D1BA41
RGB
CMYK
RGB Variations
Color information
#D1BA41 (or 0xD1BA41) is known color: Old Gold. HEX triplet: D1, BA and 41. RGB value is (209,186,65). Sum of RGB (Red+Green+Blue) = 209+186+65=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 65 (25.78% from 255 or 14.13% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA41 is #2E45BE. Grayscale: #B3B3B3. Windows color (decimal): -3032511 or 4307665. OLE color: 4307665.
HSL color Cylindrical-coordinate representation of color #D1BA41: hue angle of 50.42º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1BA41 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 65 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.18 |
| HSL | 50.42º | 0.61% | 0.54% | - |
| HSV(B) | 50.42º | 0.69% | 0.82% | - |
| XYZ | 44.81 | 49.05 | 12.11 | - |
| YUV | 179.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 65 | 0 | 0.11 | 0.69 | 0.18 | 50.42 | 0.61 | 0.54 |
| Hex | D1 | BA | 41 | 0 | B | 45 | 12 | 32 | 3D | 36 |
| Octal | 321 | 272 | 101 | 0 | 13 | 105 | 22 | 62 | 75 | 66 |
| Binary | 11010001 | 10111010 | 1000001 | 0 | 1011 | 1000101 | 10010 | 110010 | 111101 | 110110 |
Color Harmonies of #D1BA41
Complementary color
Monochromatic Colors of #D1BA41
Black with #D1BA41
Text Example
Text Example
White with #D1BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA41; }
p { color: rgb(209,186,65); }
H1.HeaderClassName
{
color: #D1BA41;
}
.AnyTagClassName
{
color: #D1BA41;
}
</style>
background-color css
<style>
a { background-color: #D1BA41; }
a { background-color: rgb(209,186,65); }
div.DivClassName
{
background-color: #D1BA41;
}
.BgClassName
{
background-color: #D1BA41;
}
</style>
border-color css
<style>
span { border-color: #D1BA41; }
span { border-color: rgb(209,186,65); }
td.TdClassName
{
border-color: #D1BA41;
}
.TagClassName
{
border-color: #D1BA41;
}
</style>