Shades of Old Gold #D1BE3E
Tints of Old Gold #D1BE3E
RGB
CMYK
RGB Variations
Color information
#D1BE3E (or 0xD1BE3E) is known color: Old Gold. HEX triplet: D1, BE and 3E. RGB value is (209,190,62). Sum of RGB (Red+Green+Blue) = 209+190+62=461 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.34% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 62 (24.61% from 255 or 13.45% from 461); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE3E is #2E41C1. Grayscale: #B5B5B5. Windows color (decimal): -3031490 or 4112081. OLE color: 4112081.
HSL color Cylindrical-coordinate representation of color #D1BE3E: hue angle of 52.24º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D1BE3E is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 62 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.18 |
| HSL | 52.24º | 0.62% | 0.53% | - |
| HSV(B) | 52.24º | 0.7% | 0.82% | - |
| XYZ | 45.58 | 50.73 | 11.95 | - |
| YUV | 181.09 | 60.79 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 62 | 0 | 0.09 | 0.70 | 0.18 | 52.24 | 0.62 | 0.53 |
| Hex | D1 | BE | 3E | 0 | 9 | 46 | 12 | 34 | 3E | 35 |
| Octal | 321 | 276 | 76 | 0 | 11 | 106 | 22 | 64 | 76 | 65 |
| Binary | 11010001 | 10111110 | 111110 | 0 | 1001 | 1000110 | 10010 | 110100 | 111110 | 110101 |
Color Harmonies of #D1BE3E
Complementary color
Monochromatic Colors of #D1BE3E
Black with #D1BE3E
Text Example
Text Example
White with #D1BE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE3E; }
p { color: rgb(209,190,62); }
H1.HeaderClassName
{
color: #D1BE3E;
}
.AnyTagClassName
{
color: #D1BE3E;
}
</style>
background-color css
<style>
a { background-color: #D1BE3E; }
a { background-color: rgb(209,190,62); }
div.DivClassName
{
background-color: #D1BE3E;
}
.BgClassName
{
background-color: #D1BE3E;
}
</style>
border-color css
<style>
span { border-color: #D1BE3E; }
span { border-color: rgb(209,190,62); }
td.TdClassName
{
border-color: #D1BE3E;
}
.TagClassName
{
border-color: #D1BE3E;
}
</style>