Shades of Old Gold #D2B731
Tints of Old Gold #D2B731
RGB
CMYK
RGB Variations
Color information
#D2B731 (or 0xD2B731) is known color: Old Gold. HEX triplet: D2, B7 and 31. RGB value is (210,183,49). Sum of RGB (Red+Green+Blue) = 210+183+49=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 183 (71.88% from 255 or 41.40% from 442); Blue value is 49 (19.53% from 255 or 11.09% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B731 is #2D48CE. Grayscale: #B0B0B0. Windows color (decimal): -2967759 or 3258322. OLE color: 3258322.
HSL color Cylindrical-coordinate representation of color #D2B731: hue angle of 49.94º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2B731 is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 183 | 49 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.18 |
| HSL | 49.94º | 0.64% | 0.51% | - |
| HSV(B) | 49.94º | 0.77% | 0.82% | - |
| XYZ | 44.07 | 47.79 | 9.81 | - |
| YUV | 175.8 | 56.45 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 183 | 49 | 0 | 0.13 | 0.77 | 0.18 | 49.94 | 0.64 | 0.51 |
| Hex | D2 | B7 | 31 | 0 | D | 4D | 12 | 32 | 40 | 33 |
| Octal | 322 | 267 | 61 | 0 | 15 | 115 | 22 | 62 | 100 | 63 |
| Binary | 11010010 | 10110111 | 110001 | 0 | 1101 | 1001101 | 10010 | 110010 | 1000000 | 110011 |
Color Harmonies of #D2B731
Complementary color
Monochromatic Colors of #D2B731
Black with #D2B731
Text Example
Text Example
White with #D2B731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B731; }
p { color: rgb(210,183,49); }
H1.HeaderClassName
{
color: #D2B731;
}
.AnyTagClassName
{
color: #D2B731;
}
</style>
background-color css
<style>
a { background-color: #D2B731; }
a { background-color: rgb(210,183,49); }
div.DivClassName
{
background-color: #D2B731;
}
.BgClassName
{
background-color: #D2B731;
}
</style>
border-color css
<style>
span { border-color: #D2B731; }
span { border-color: rgb(210,183,49); }
td.TdClassName
{
border-color: #D2B731;
}
.TagClassName
{
border-color: #D2B731;
}
</style>