Shades of Old Gold #D2B040
Tints of Old Gold #D2B040
RGB
CMYK
RGB Variations
Color information
#D2B040 (or 0xD2B040) is known color: Old Gold. HEX triplet: D2, B0 and 40. RGB value is (210,176,64). Sum of RGB (Red+Green+Blue) = 210+176+64=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 176 (69.14% from 255 or 39.11% from 450); Blue value is 64 (25.39% from 255 or 14.22% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B040 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D2B040 is #2D4FBF. Grayscale: #ADADAD. Windows color (decimal): -2969536 or 4239570. OLE color: 4239570.
HSL color Cylindrical-coordinate representation of color #D2B040: hue angle of 46.03º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2B040 is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 176 | 64 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.18 |
| HSL | 46.03º | 0.62% | 0.54% | - |
| HSV(B) | 46.03º | 0.7% | 0.82% | - |
| XYZ | 43.03 | 45.12 | 11.29 | - |
| YUV | 173.4 | 66.26 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 176 | 64 | 0 | 0.16 | 0.70 | 0.18 | 46.03 | 0.62 | 0.54 |
| Hex | D2 | B0 | 40 | 0 | 10 | 46 | 12 | 2E | 3E | 36 |
| Octal | 322 | 260 | 100 | 0 | 20 | 106 | 22 | 56 | 76 | 66 |
| Binary | 11010010 | 10110000 | 1000000 | 0 | 10000 | 1000110 | 10010 | 101110 | 111110 | 110110 |
Color Harmonies of #D2B040
Complementary color
Monochromatic Colors of #D2B040
Black with #D2B040
Text Example
Text Example
White with #D2B040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B040; }
p { color: rgb(210,176,64); }
H1.HeaderClassName
{
color: #D2B040;
}
.AnyTagClassName
{
color: #D2B040;
}
</style>
background-color css
<style>
a { background-color: #D2B040; }
a { background-color: rgb(210,176,64); }
div.DivClassName
{
background-color: #D2B040;
}
.BgClassName
{
background-color: #D2B040;
}
</style>
border-color css
<style>
span { border-color: #D2B040; }
span { border-color: rgb(210,176,64); }
td.TdClassName
{
border-color: #D2B040;
}
.TagClassName
{
border-color: #D2B040;
}
</style>