Shades of Old Gold #D2B046
Tints of Old Gold #D2B046
RGB
CMYK
RGB Variations
Color information
#D2B046 (or 0xD2B046) is known color: Old Gold. HEX triplet: D2, B0 and 46. RGB value is (210,176,70). Sum of RGB (Red+Green+Blue) = 210+176+70=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 176 (69.14% from 255 or 38.60% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B046 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B046 is #2D4FB9. Grayscale: #AEAEAE. Windows color (decimal): -2969530 or 4632786. OLE color: 4632786.
HSL color Cylindrical-coordinate representation of color #D2B046: hue angle of 45.43º 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 #D2B046 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 70 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.18 |
| HSL | 45.43º | 0.61% | 0.55% | - |
| HSV(B) | 45.43º | 0.67% | 0.82% | - |
| XYZ | 43.21 | 45.19 | 12.24 | - |
| YUV | 174.08 | 69.26 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 70 | 0 | 0.16 | 0.67 | 0.18 | 45.43 | 0.61 | 0.55 |
| Hex | D2 | B0 | 46 | 0 | 10 | 43 | 12 | 2D | 3D | 37 |
| Octal | 322 | 260 | 106 | 0 | 20 | 103 | 22 | 55 | 75 | 67 |
| Binary | 11010010 | 10110000 | 1000110 | 0 | 10000 | 1000011 | 10010 | 101101 | 111101 | 110111 |
Color Harmonies of #D2B046
Complementary color
Monochromatic Colors of #D2B046
Black with #D2B046
Text Example
Text Example
White with #D2B046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B046; }
p { color: rgb(210,176,70); }
H1.HeaderClassName
{
color: #D2B046;
}
.AnyTagClassName
{
color: #D2B046;
}
</style>
background-color css
<style>
a { background-color: #D2B046; }
a { background-color: rgb(210,176,70); }
div.DivClassName
{
background-color: #D2B046;
}
.BgClassName
{
background-color: #D2B046;
}
</style>
border-color css
<style>
span { border-color: #D2B046; }
span { border-color: rgb(210,176,70); }
td.TdClassName
{
border-color: #D2B046;
}
.TagClassName
{
border-color: #D2B046;
}
</style>