Shades of Old Gold #D2BD49
Tints of Old Gold #D2BD49
RGB
CMYK
RGB Variations
Color information
#D2BD49 (or 0xD2BD49) is known color: Old Gold. HEX triplet: D2, BD and 49. RGB value is (210,189,73). Sum of RGB (Red+Green+Blue) = 210+189+73=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 189 (74.22% from 255 or 40.04% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BD49 is #2D42B6. Grayscale: #B6B6B6. Windows color (decimal): -2966199 or 4832722. OLE color: 4832722.
HSL color Cylindrical-coordinate representation of color #D2BD49: hue angle of 50.8º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2BD49 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 73 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.18 |
| HSL | 50.8º | 0.6% | 0.55% | - |
| HSV(B) | 50.8º | 0.65% | 0.82% | - |
| XYZ | 45.98 | 50.58 | 13.64 | - |
| YUV | 182.06 | 66.46 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 73 | 0 | 0.10 | 0.65 | 0.18 | 50.8 | 0.6 | 0.55 |
| Hex | D2 | BD | 49 | 0 | A | 41 | 12 | 33 | 3C | 37 |
| Octal | 322 | 275 | 111 | 0 | 12 | 101 | 22 | 63 | 74 | 67 |
| Binary | 11010010 | 10111101 | 1001001 | 0 | 1010 | 1000001 | 10010 | 110011 | 111100 | 110111 |
Color Harmonies of #D2BD49
Complementary color
Monochromatic Colors of #D2BD49
Black with #D2BD49
Text Example
Text Example
White with #D2BD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BD49; }
p { color: rgb(210,189,73); }
H1.HeaderClassName
{
color: #D2BD49;
}
.AnyTagClassName
{
color: #D2BD49;
}
</style>
background-color css
<style>
a { background-color: #D2BD49; }
a { background-color: rgb(210,189,73); }
div.DivClassName
{
background-color: #D2BD49;
}
.BgClassName
{
background-color: #D2BD49;
}
</style>
border-color css
<style>
span { border-color: #D2BD49; }
span { border-color: rgb(210,189,73); }
td.TdClassName
{
border-color: #D2BD49;
}
.TagClassName
{
border-color: #D2BD49;
}
</style>