Shades of Old Gold #D2B946
Tints of Old Gold #D2B946
RGB
CMYK
RGB Variations
Color information
#D2B946 (or 0xD2B946) is known color: Old Gold. HEX triplet: D2, B9 and 46. RGB value is (210,185,70). Sum of RGB (Red+Green+Blue) = 210+185+70=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 185 (72.66% from 255 or 39.78% from 465); Blue value is 70 (27.73% from 255 or 15.05% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B946 is #2D46B9. Grayscale: #B3B3B3. Windows color (decimal): -2967226 or 4635090. OLE color: 4635090.
HSL color Cylindrical-coordinate representation of color #D2B946: hue angle of 49.29º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D2B946 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 70 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.18 |
| HSL | 49.29º | 0.61% | 0.55% | - |
| HSV(B) | 49.29º | 0.67% | 0.82% | - |
| XYZ | 45.03 | 48.84 | 12.85 | - |
| YUV | 179.37 | 66.28 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 70 | 0 | 0.12 | 0.67 | 0.18 | 49.29 | 0.61 | 0.55 |
| Hex | D2 | B9 | 46 | 0 | C | 43 | 12 | 31 | 3D | 37 |
| Octal | 322 | 271 | 106 | 0 | 14 | 103 | 22 | 61 | 75 | 67 |
| Binary | 11010010 | 10111001 | 1000110 | 0 | 1100 | 1000011 | 10010 | 110001 | 111101 | 110111 |
Color Harmonies of #D2B946
Complementary color
Monochromatic Colors of #D2B946
Black with #D2B946
Text Example
Text Example
White with #D2B946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B946; }
p { color: rgb(210,185,70); }
H1.HeaderClassName
{
color: #D2B946;
}
.AnyTagClassName
{
color: #D2B946;
}
</style>
background-color css
<style>
a { background-color: #D2B946; }
a { background-color: rgb(210,185,70); }
div.DivClassName
{
background-color: #D2B946;
}
.BgClassName
{
background-color: #D2B946;
}
</style>
border-color css
<style>
span { border-color: #D2B946; }
span { border-color: rgb(210,185,70); }
td.TdClassName
{
border-color: #D2B946;
}
.TagClassName
{
border-color: #D2B946;
}
</style>