Shades of Old Gold #D1BA3D
Tints of Old Gold #D1BA3D
RGB
CMYK
RGB Variations
Color information
#D1BA3D (or 0xD1BA3D) is known color: Old Gold. HEX triplet: D1, BA and 3D. RGB value is (209,186,61). Sum of RGB (Red+Green+Blue) = 209+186+61=456 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.83% from 456); Green value is 186 (73.05% from 255 or 40.79% from 456); Blue value is 61 (24.22% from 255 or 13.38% from 456); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BA3D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BA3D is #2E45C2. Grayscale: #B3B3B3. Windows color (decimal): -3032515 or 4045521. OLE color: 4045521.
HSL color Cylindrical-coordinate representation of color #D1BA3D: hue angle of 50.68º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1BA3D is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 61 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.18 |
| HSL | 50.68º | 0.62% | 0.53% | - |
| HSV(B) | 50.68º | 0.71% | 0.82% | - |
| XYZ | 44.7 | 49.01 | 11.52 | - |
| YUV | 178.63 | 61.62 | 149.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 61 | 0 | 0.11 | 0.71 | 0.18 | 50.68 | 0.62 | 0.53 |
| Hex | D1 | BA | 3D | 0 | B | 47 | 12 | 33 | 3E | 35 |
| Octal | 321 | 272 | 75 | 0 | 13 | 107 | 22 | 63 | 76 | 65 |
| Binary | 11010001 | 10111010 | 111101 | 0 | 1011 | 1000111 | 10010 | 110011 | 111110 | 110101 |
Color Harmonies of #D1BA3D
Complementary color
Monochromatic Colors of #D1BA3D
Black with #D1BA3D
Text Example
Text Example
White with #D1BA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BA3D; }
p { color: rgb(209,186,61); }
H1.HeaderClassName
{
color: #D1BA3D;
}
.AnyTagClassName
{
color: #D1BA3D;
}
</style>
background-color css
<style>
a { background-color: #D1BA3D; }
a { background-color: rgb(209,186,61); }
div.DivClassName
{
background-color: #D1BA3D;
}
.BgClassName
{
background-color: #D1BA3D;
}
</style>
border-color css
<style>
span { border-color: #D1BA3D; }
span { border-color: rgb(209,186,61); }
td.TdClassName
{
border-color: #D1BA3D;
}
.TagClassName
{
border-color: #D1BA3D;
}
</style>