Shades of Old Gold #D3BA41
Tints of Old Gold #D3BA41
RGB
CMYK
RGB Variations
Color information
#D3BA41 (or 0xD3BA41) is known color: Old Gold. HEX triplet: D3, BA and 41. RGB value is (211,186,65). Sum of RGB (Red+Green+Blue) = 211+186+65=462 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.67% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 65 (25.78% from 255 or 14.07% from 462); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BA41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BA41 is #2C45BE. Grayscale: #B4B4B4. Windows color (decimal): -2901439 or 4307667. OLE color: 4307667.
HSL color Cylindrical-coordinate representation of color #D3BA41: hue angle of 49.73º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D3BA41 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 186 | 65 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.17 |
| HSL | 49.73º | 0.62% | 0.54% | - |
| HSV(B) | 49.73º | 0.69% | 0.83% | - |
| XYZ | 45.38 | 49.35 | 12.13 | - |
| YUV | 179.68 | 63.28 | 150.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 186 | 65 | 0 | 0.12 | 0.69 | 0.17 | 49.73 | 0.62 | 0.54 |
| Hex | D3 | BA | 41 | 0 | C | 45 | 11 | 32 | 3E | 36 |
| Octal | 323 | 272 | 101 | 0 | 14 | 105 | 21 | 62 | 76 | 66 |
| Binary | 11010011 | 10111010 | 1000001 | 0 | 1100 | 1000101 | 10001 | 110010 | 111110 | 110110 |
Color Harmonies of #D3BA41
Complementary color
Monochromatic Colors of #D3BA41
Black with #D3BA41
Text Example
Text Example
White with #D3BA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BA41; }
p { color: rgb(211,186,65); }
H1.HeaderClassName
{
color: #D3BA41;
}
.AnyTagClassName
{
color: #D3BA41;
}
</style>
background-color css
<style>
a { background-color: #D3BA41; }
a { background-color: rgb(211,186,65); }
div.DivClassName
{
background-color: #D3BA41;
}
.BgClassName
{
background-color: #D3BA41;
}
</style>
border-color css
<style>
span { border-color: #D3BA41; }
span { border-color: rgb(211,186,65); }
td.TdClassName
{
border-color: #D3BA41;
}
.TagClassName
{
border-color: #D3BA41;
}
</style>