Shades of Old Gold #D2BA32
Tints of Old Gold #D2BA32
RGB
CMYK
RGB Variations
Color information
#D2BA32 (or 0xD2BA32) is known color: Old Gold. HEX triplet: D2, BA and 32. RGB value is (210,186,50). Sum of RGB (Red+Green+Blue) = 210+186+50=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 186 (73.05% from 255 or 41.70% from 446); Blue value is 50 (19.92% from 255 or 11.21% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA32 is #2D45CD. Grayscale: #B2B2B2. Windows color (decimal): -2966990 or 3324626. OLE color: 3324626.
HSL color Cylindrical-coordinate representation of color #D2BA32: hue angle of 51º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2BA32 is Cyan = 0, Magento = 0.11, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 50 | - |
| CMYK | 0 | 0.11 | 0.76 | 0.18 |
| HSL | 51º | 0.64% | 0.51% | - |
| HSV(B) | 51º | 0.76% | 0.82% | - |
| XYZ | 44.71 | 49.05 | 10.13 | - |
| YUV | 177.67 | 55.95 | 151.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 50 | 0 | 0.11 | 0.76 | 0.18 | 51 | 0.64 | 0.51 |
| Hex | D2 | BA | 32 | 0 | B | 4C | 12 | 33 | 40 | 33 |
| Octal | 322 | 272 | 62 | 0 | 13 | 114 | 22 | 63 | 100 | 63 |
| Binary | 11010010 | 10111010 | 110010 | 0 | 1011 | 1001100 | 10010 | 110011 | 1000000 | 110011 |
Color Harmonies of #D2BA32
Complementary color
Monochromatic Colors of #D2BA32
Black with #D2BA32
Text Example
Text Example
White with #D2BA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA32; }
p { color: rgb(210,186,50); }
H1.HeaderClassName
{
color: #D2BA32;
}
.AnyTagClassName
{
color: #D2BA32;
}
</style>
background-color css
<style>
a { background-color: #D2BA32; }
a { background-color: rgb(210,186,50); }
div.DivClassName
{
background-color: #D2BA32;
}
.BgClassName
{
background-color: #D2BA32;
}
</style>
border-color css
<style>
span { border-color: #D2BA32; }
span { border-color: rgb(210,186,50); }
td.TdClassName
{
border-color: #D2BA32;
}
.TagClassName
{
border-color: #D2BA32;
}
</style>