Shades of Old Gold #D2BA46
Tints of Old Gold #D2BA46
RGB
CMYK
RGB Variations
Color information
#D2BA46 (or 0xD2BA46) is known color: Old Gold. HEX triplet: D2, BA and 46. RGB value is (210,186,70). Sum of RGB (Red+Green+Blue) = 210+186+70=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 186 (73.05% from 255 or 39.91% from 466); Blue value is 70 (27.73% from 255 or 15.02% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA46 is #2D45B9. Grayscale: #B4B4B4. Windows color (decimal): -2966970 or 4635346. OLE color: 4635346.
HSL color Cylindrical-coordinate representation of color #D2BA46: hue angle of 49.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2BA46 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 70 | - |
| CMYK | 0 | 0.11 | 0.67 | 0.18 |
| HSL | 49.71º | 0.61% | 0.55% | - |
| HSV(B) | 49.71º | 0.67% | 0.82% | - |
| XYZ | 45.24 | 49.26 | 12.92 | - |
| YUV | 179.95 | 65.95 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 70 | 0 | 0.11 | 0.67 | 0.18 | 49.71 | 0.61 | 0.55 |
| Hex | D2 | BA | 46 | 0 | B | 43 | 12 | 32 | 3D | 37 |
| Octal | 322 | 272 | 106 | 0 | 13 | 103 | 22 | 62 | 75 | 67 |
| Binary | 11010010 | 10111010 | 1000110 | 0 | 1011 | 1000011 | 10010 | 110010 | 111101 | 110111 |
Color Harmonies of #D2BA46
Complementary color
Monochromatic Colors of #D2BA46
Black with #D2BA46
Text Example
Text Example
White with #D2BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA46; }
p { color: rgb(210,186,70); }
H1.HeaderClassName
{
color: #D2BA46;
}
.AnyTagClassName
{
color: #D2BA46;
}
</style>
background-color css
<style>
a { background-color: #D2BA46; }
a { background-color: rgb(210,186,70); }
div.DivClassName
{
background-color: #D2BA46;
}
.BgClassName
{
background-color: #D2BA46;
}
</style>
border-color css
<style>
span { border-color: #D2BA46; }
span { border-color: rgb(210,186,70); }
td.TdClassName
{
border-color: #D2BA46;
}
.TagClassName
{
border-color: #D2BA46;
}
</style>