Shades of Old Gold #D2BA40
Tints of Old Gold #D2BA40
RGB
CMYK
RGB Variations
Color information
#D2BA40 (or 0xD2BA40) is known color: Old Gold. HEX triplet: D2, BA and 40. RGB value is (210,186,64). Sum of RGB (Red+Green+Blue) = 210+186+64=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 186 (73.05% from 255 or 40.43% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA40 is #2D45BF. Grayscale: #B3B3B3. Windows color (decimal): -2966976 or 4242130. OLE color: 4242130.
HSL color Cylindrical-coordinate representation of color #D2BA40: hue angle of 50.14º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2BA40 is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 64 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.18 |
| HSL | 50.14º | 0.62% | 0.54% | - |
| HSV(B) | 50.14º | 0.7% | 0.82% | - |
| XYZ | 45.06 | 49.19 | 11.97 | - |
| YUV | 179.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 64 | 0 | 0.11 | 0.70 | 0.18 | 50.14 | 0.62 | 0.54 |
| Hex | D2 | BA | 40 | 0 | B | 46 | 12 | 32 | 3E | 36 |
| Octal | 322 | 272 | 100 | 0 | 13 | 106 | 22 | 62 | 76 | 66 |
| Binary | 11010010 | 10111010 | 1000000 | 0 | 1011 | 1000110 | 10010 | 110010 | 111110 | 110110 |
Color Harmonies of #D2BA40
Complementary color
Monochromatic Colors of #D2BA40
Black with #D2BA40
Text Example
Text Example
White with #D2BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA40; }
p { color: rgb(210,186,64); }
H1.HeaderClassName
{
color: #D2BA40;
}
.AnyTagClassName
{
color: #D2BA40;
}
</style>
background-color css
<style>
a { background-color: #D2BA40; }
a { background-color: rgb(210,186,64); }
div.DivClassName
{
background-color: #D2BA40;
}
.BgClassName
{
background-color: #D2BA40;
}
</style>
border-color css
<style>
span { border-color: #D2BA40; }
span { border-color: rgb(210,186,64); }
td.TdClassName
{
border-color: #D2BA40;
}
.TagClassName
{
border-color: #D2BA40;
}
</style>