Shades of Old Gold #D1BE49
Tints of Old Gold #D1BE49
RGB
CMYK
RGB Variations
Color information
#D1BE49 (or 0xD1BE49) is known color: Old Gold. HEX triplet: D1, BE and 49. RGB value is (209,190,73). Sum of RGB (Red+Green+Blue) = 209+190+73=472 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.28% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 73 (28.91% from 255 or 15.47% from 472); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE49 is #2E41B6. Grayscale: #B6B6B6. Windows color (decimal): -3031479 or 4832977. OLE color: 4832977.
HSL color Cylindrical-coordinate representation of color #D1BE49: hue angle of 51.62º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1BE49 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 73 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.18 |
| HSL | 51.62º | 0.6% | 0.55% | - |
| HSV(B) | 51.62º | 0.65% | 0.82% | - |
| XYZ | 45.91 | 50.86 | 13.7 | - |
| YUV | 182.34 | 66.29 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 73 | 0 | 0.09 | 0.65 | 0.18 | 51.62 | 0.6 | 0.55 |
| Hex | D1 | BE | 49 | 0 | 9 | 41 | 12 | 34 | 3C | 37 |
| Octal | 321 | 276 | 111 | 0 | 11 | 101 | 22 | 64 | 74 | 67 |
| Binary | 11010001 | 10111110 | 1001001 | 0 | 1001 | 1000001 | 10010 | 110100 | 111100 | 110111 |
Color Harmonies of #D1BE49
Complementary color
Monochromatic Colors of #D1BE49
Black with #D1BE49
Text Example
Text Example
White with #D1BE49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE49; }
p { color: rgb(209,190,73); }
H1.HeaderClassName
{
color: #D1BE49;
}
.AnyTagClassName
{
color: #D1BE49;
}
</style>
background-color css
<style>
a { background-color: #D1BE49; }
a { background-color: rgb(209,190,73); }
div.DivClassName
{
background-color: #D1BE49;
}
.BgClassName
{
background-color: #D1BE49;
}
</style>
border-color css
<style>
span { border-color: #D1BE49; }
span { border-color: rgb(209,190,73); }
td.TdClassName
{
border-color: #D1BE49;
}
.TagClassName
{
border-color: #D1BE49;
}
</style>