Shades of Old Gold #D2BA34
Tints of Old Gold #D2BA34
RGB
CMYK
RGB Variations
Color information
#D2BA34 (or 0xD2BA34) is known color: Old Gold. HEX triplet: D2, BA and 34. RGB value is (210,186,52). Sum of RGB (Red+Green+Blue) = 210+186+52=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 52 (20.70% from 255 or 11.61% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA34 is #2D45CB. Grayscale: #B2B2B2. Windows color (decimal): -2966988 or 3455698. OLE color: 3455698.
HSL color Cylindrical-coordinate representation of color #D2BA34: hue angle of 50.89º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D2BA34 is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 52 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.18 |
| HSL | 50.89º | 0.64% | 0.51% | - |
| HSV(B) | 50.89º | 0.75% | 0.82% | - |
| XYZ | 44.76 | 49.07 | 10.36 | - |
| YUV | 177.9 | 56.95 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 52 | 0 | 0.11 | 0.75 | 0.18 | 50.89 | 0.64 | 0.51 |
| Hex | D2 | BA | 34 | 0 | B | 4B | 12 | 33 | 40 | 33 |
| Octal | 322 | 272 | 64 | 0 | 13 | 113 | 22 | 63 | 100 | 63 |
| Binary | 11010010 | 10111010 | 110100 | 0 | 1011 | 1001011 | 10010 | 110011 | 1000000 | 110011 |
Color Harmonies of #D2BA34
Complementary color
Monochromatic Colors of #D2BA34
Black with #D2BA34
Text Example
Text Example
White with #D2BA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA34; }
p { color: rgb(210,186,52); }
H1.HeaderClassName
{
color: #D2BA34;
}
.AnyTagClassName
{
color: #D2BA34;
}
</style>
background-color css
<style>
a { background-color: #D2BA34; }
a { background-color: rgb(210,186,52); }
div.DivClassName
{
background-color: #D2BA34;
}
.BgClassName
{
background-color: #D2BA34;
}
</style>
border-color css
<style>
span { border-color: #D2BA34; }
span { border-color: rgb(210,186,52); }
td.TdClassName
{
border-color: #D2BA34;
}
.TagClassName
{
border-color: #D2BA34;
}
</style>