Shades of Old Gold #D1B83D
Tints of Old Gold #D1B83D
RGB
CMYK
RGB Variations
Color information
#D1B83D (or 0xD1B83D) is known color: Old Gold. HEX triplet: D1, B8 and 3D. RGB value is (209,184,61). Sum of RGB (Red+Green+Blue) = 209+184+61=454 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.04% from 454); Green value is 184 (72.27% from 255 or 40.53% from 454); Blue value is 61 (24.22% from 255 or 13.44% from 454); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B83D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B83D is #2E47C2. Grayscale: #B1B1B1. Windows color (decimal): -3033027 or 4045009. OLE color: 4045009.
HSL color Cylindrical-coordinate representation of color #D1B83D: hue angle of 49.86º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1B83D is Cyan = 0, Magento = 0.12, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 184 | 61 | - |
| CMYK | 0 | 0.12 | 0.71 | 0.18 |
| HSL | 49.86º | 0.62% | 0.53% | - |
| HSV(B) | 49.86º | 0.71% | 0.82% | - |
| XYZ | 44.28 | 48.17 | 11.38 | - |
| YUV | 177.45 | 62.28 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 184 | 61 | 0 | 0.12 | 0.71 | 0.18 | 49.86 | 0.62 | 0.53 |
| Hex | D1 | B8 | 3D | 0 | C | 47 | 12 | 32 | 3E | 35 |
| Octal | 321 | 270 | 75 | 0 | 14 | 107 | 22 | 62 | 76 | 65 |
| Binary | 11010001 | 10111000 | 111101 | 0 | 1100 | 1000111 | 10010 | 110010 | 111110 | 110101 |
Color Harmonies of #D1B83D
Complementary color
Monochromatic Colors of #D1B83D
Black with #D1B83D
Text Example
Text Example
White with #D1B83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B83D; }
p { color: rgb(209,184,61); }
H1.HeaderClassName
{
color: #D1B83D;
}
.AnyTagClassName
{
color: #D1B83D;
}
</style>
background-color css
<style>
a { background-color: #D1B83D; }
a { background-color: rgb(209,184,61); }
div.DivClassName
{
background-color: #D1B83D;
}
.BgClassName
{
background-color: #D1B83D;
}
</style>
border-color css
<style>
span { border-color: #D1B83D; }
span { border-color: rgb(209,184,61); }
td.TdClassName
{
border-color: #D1B83D;
}
.TagClassName
{
border-color: #D1B83D;
}
</style>