Shades of Old Gold #D2BA37
Tints of Old Gold #D2BA37
RGB
CMYK
RGB Variations
Color information
#D2BA37 (or 0xD2BA37) is known color: Old Gold. HEX triplet: D2, BA and 37. RGB value is (210,186,55). Sum of RGB (Red+Green+Blue) = 210+186+55=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 55 (21.88% from 255 or 12.20% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BA37 is #2D45C8. Grayscale: #B2B2B2. Windows color (decimal): -2966985 or 3652306. OLE color: 3652306.
HSL color Cylindrical-coordinate representation of color #D2BA37: hue angle of 50.71º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D2BA37 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 186 | 55 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.18 |
| HSL | 50.71º | 0.63% | 0.52% | - |
| HSV(B) | 50.71º | 0.74% | 0.82% | - |
| XYZ | 44.83 | 49.1 | 10.73 | - |
| YUV | 178.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 186 | 55 | 0 | 0.11 | 0.74 | 0.18 | 50.71 | 0.63 | 0.52 |
| Hex | D2 | BA | 37 | 0 | B | 4A | 12 | 33 | 3F | 34 |
| Octal | 322 | 272 | 67 | 0 | 13 | 112 | 22 | 63 | 77 | 64 |
| Binary | 11010010 | 10111010 | 110111 | 0 | 1011 | 1001010 | 10010 | 110011 | 111111 | 110100 |
Color Harmonies of #D2BA37
Complementary color
Monochromatic Colors of #D2BA37
Black with #D2BA37
Text Example
Text Example
White with #D2BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BA37; }
p { color: rgb(210,186,55); }
H1.HeaderClassName
{
color: #D2BA37;
}
.AnyTagClassName
{
color: #D2BA37;
}
</style>
background-color css
<style>
a { background-color: #D2BA37; }
a { background-color: rgb(210,186,55); }
div.DivClassName
{
background-color: #D2BA37;
}
.BgClassName
{
background-color: #D2BA37;
}
</style>
border-color css
<style>
span { border-color: #D2BA37; }
span { border-color: rgb(210,186,55); }
td.TdClassName
{
border-color: #D2BA37;
}
.TagClassName
{
border-color: #D2BA37;
}
</style>