Shades of Old Gold #D2BA3F
Tints of Old Gold #D2BA3F
RGB
CMYK
RGB Variations
Color information
#D2BA3F (or 0xD2BA3F) is known color: Old Gold. HEX triplet: D2, BA and 3F. RGB value is (210,186,63). Sum of RGB (Red+Green+Blue) = 210+186+63=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 63 (25% from 255 or 13.73% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA3F is #2D45C0. Grayscale: #B3B3B3. Windows color (decimal): -2966977 or 4176594. OLE color: 4176594.
HSL color Cylindrical-coordinate representation of color #D2BA3F: hue angle of 50.2º 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 #D2BA3F is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 63 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.18 |
| HSL | 50.2º | 0.62% | 0.54% | - |
| HSV(B) | 50.2º | 0.7% | 0.82% | - |
| XYZ | 45.03 | 49.18 | 11.82 | - |
| YUV | 179.15 | 62.45 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 63 | 0 | 0.11 | 0.70 | 0.18 | 50.2 | 0.62 | 0.54 |
| Hex | D2 | BA | 3F | 0 | B | 46 | 12 | 32 | 3E | 36 |
| Octal | 322 | 272 | 77 | 0 | 13 | 106 | 22 | 62 | 76 | 66 |
| Binary | 11010010 | 10111010 | 111111 | 0 | 1011 | 1000110 | 10010 | 110010 | 111110 | 110110 |
Color Harmonies of #D2BA3F
Complementary color
Monochromatic Colors of #D2BA3F
Black with #D2BA3F
Text Example
Text Example
White with #D2BA3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA3F; }
p { color: rgb(210,186,63); }
H1.HeaderClassName
{
color: #D2BA3F;
}
.AnyTagClassName
{
color: #D2BA3F;
}
</style>
background-color css
<style>
a { background-color: #D2BA3F; }
a { background-color: rgb(210,186,63); }
div.DivClassName
{
background-color: #D2BA3F;
}
.BgClassName
{
background-color: #D2BA3F;
}
</style>
border-color css
<style>
span { border-color: #D2BA3F; }
span { border-color: rgb(210,186,63); }
td.TdClassName
{
border-color: #D2BA3F;
}
.TagClassName
{
border-color: #D2BA3F;
}
</style>