Shades of Old Gold #D4BA2F
Tints of Old Gold #D4BA2F
RGB
CMYK
RGB Variations
Color information
#D4BA2F (or 0xD4BA2F) is known color: Old Gold. HEX triplet: D4, BA and 2F. RGB value is (212,186,47). Sum of RGB (Red+Green+Blue) = 212+186+47=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 47 (18.75% from 255 or 10.56% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BA2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4BA2F is #2B45D0. Grayscale: #B2B2B2. Windows color (decimal): -2835921 or 3128020. OLE color: 3128020.
HSL color Cylindrical-coordinate representation of color #D4BA2F: hue angle of 50.55º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D4BA2F is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 186 | 47 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.17 |
| HSL | 50.55º | 0.66% | 0.51% | - |
| HSV(B) | 50.55º | 0.78% | 0.83% | - |
| XYZ | 45.22 | 49.32 | 9.83 | - |
| YUV | 177.93 | 54.11 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 186 | 47 | 0 | 0.12 | 0.78 | 0.17 | 50.55 | 0.66 | 0.51 |
| Hex | D4 | BA | 2F | 0 | C | 4E | 11 | 33 | 42 | 33 |
| Octal | 324 | 272 | 57 | 0 | 14 | 116 | 21 | 63 | 102 | 63 |
| Binary | 11010100 | 10111010 | 101111 | 0 | 1100 | 1001110 | 10001 | 110011 | 1000010 | 110011 |
Color Harmonies of #D4BA2F
Complementary color
Monochromatic Colors of #D4BA2F
Black with #D4BA2F
Text Example
Text Example
White with #D4BA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BA2F; }
p { color: rgb(212,186,47); }
H1.HeaderClassName
{
color: #D4BA2F;
}
.AnyTagClassName
{
color: #D4BA2F;
}
</style>
background-color css
<style>
a { background-color: #D4BA2F; }
a { background-color: rgb(212,186,47); }
div.DivClassName
{
background-color: #D4BA2F;
}
.BgClassName
{
background-color: #D4BA2F;
}
</style>
border-color css
<style>
span { border-color: #D4BA2F; }
span { border-color: rgb(212,186,47); }
td.TdClassName
{
border-color: #D4BA2F;
}
.TagClassName
{
border-color: #D4BA2F;
}
</style>