Shades of Old Gold #D4BA30
Tints of Old Gold #D4BA30
RGB
CMYK
RGB Variations
Color information
#D4BA30 (or 0xD4BA30) is known color: Old Gold. HEX triplet: D4, BA and 30. RGB value is (212,186,48). Sum of RGB (Red+Green+Blue) = 212+186+48=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 48 (19.14% from 255 or 10.76% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA30 is #2B45CF. Grayscale: #B2B2B2. Windows color (decimal): -2835920 or 3193556. OLE color: 3193556.
HSL color Cylindrical-coordinate representation of color #D4BA30: hue angle of 50.49º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4BA30 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 48 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.17 |
| HSL | 50.49º | 0.66% | 0.51% | - |
| HSV(B) | 50.49º | 0.77% | 0.83% | - |
| XYZ | 45.24 | 49.33 | 9.93 | - |
| YUV | 178.04 | 54.61 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 48 | 0 | 0.12 | 0.77 | 0.17 | 50.49 | 0.66 | 0.51 |
| Hex | D4 | BA | 30 | 0 | C | 4D | 11 | 32 | 42 | 33 |
| Octal | 324 | 272 | 60 | 0 | 14 | 115 | 21 | 62 | 102 | 63 |
| Binary | 11010100 | 10111010 | 110000 | 0 | 1100 | 1001101 | 10001 | 110010 | 1000010 | 110011 |
Color Harmonies of #D4BA30
Complementary color
Monochromatic Colors of #D4BA30
Black with #D4BA30
Text Example
Text Example
White with #D4BA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA30; }
p { color: rgb(212,186,48); }
H1.HeaderClassName
{
color: #D4BA30;
}
.AnyTagClassName
{
color: #D4BA30;
}
</style>
background-color css
<style>
a { background-color: #D4BA30; }
a { background-color: rgb(212,186,48); }
div.DivClassName
{
background-color: #D4BA30;
}
.BgClassName
{
background-color: #D4BA30;
}
</style>
border-color css
<style>
span { border-color: #D4BA30; }
span { border-color: rgb(212,186,48); }
td.TdClassName
{
border-color: #D4BA30;
}
.TagClassName
{
border-color: #D4BA30;
}
</style>