Shades of Old Gold #D2B831
Tints of Old Gold #D2B831
RGB
CMYK
RGB Variations
Color information
#D2B831 (or 0xD2B831) is known color: Old Gold. HEX triplet: D2, B8 and 31. RGB value is (210,184,49). Sum of RGB (Red+Green+Blue) = 210+184+49=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 184 (72.27% from 255 or 41.53% from 443); Blue value is 49 (19.53% from 255 or 11.06% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2B831 is #2D47CE. Grayscale: #B0B0B0. Windows color (decimal): -2967503 or 3258578. OLE color: 3258578.
HSL color Cylindrical-coordinate representation of color #D2B831: hue angle of 50.31º 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 #D2B831 is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 49 | - |
| CMYK | 0 | 0.12 | 0.77 | 0.18 |
| HSL | 50.31º | 0.64% | 0.51% | - |
| HSV(B) | 50.31º | 0.77% | 0.82% | - |
| XYZ | 44.27 | 48.2 | 9.88 | - |
| YUV | 176.38 | 56.11 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 49 | 0 | 0.12 | 0.77 | 0.18 | 50.31 | 0.64 | 0.51 |
| Hex | D2 | B8 | 31 | 0 | C | 4D | 12 | 32 | 40 | 33 |
| Octal | 322 | 270 | 61 | 0 | 14 | 115 | 22 | 62 | 100 | 63 |
| Binary | 11010010 | 10111000 | 110001 | 0 | 1100 | 1001101 | 10010 | 110010 | 1000000 | 110011 |
Color Harmonies of #D2B831
Complementary color
Monochromatic Colors of #D2B831
Black with #D2B831
Text Example
Text Example
White with #D2B831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B831; }
p { color: rgb(210,184,49); }
H1.HeaderClassName
{
color: #D2B831;
}
.AnyTagClassName
{
color: #D2B831;
}
</style>
background-color css
<style>
a { background-color: #D2B831; }
a { background-color: rgb(210,184,49); }
div.DivClassName
{
background-color: #D2B831;
}
.BgClassName
{
background-color: #D2B831;
}
</style>
border-color css
<style>
span { border-color: #D2B831; }
span { border-color: rgb(210,184,49); }
td.TdClassName
{
border-color: #D2B831;
}
.TagClassName
{
border-color: #D2B831;
}
</style>