Shades of Old Gold #D1BE47
Tints of Old Gold #D1BE47
RGB
CMYK
RGB Variations
Color information
#D1BE47 (or 0xD1BE47) is known color: Old Gold. HEX triplet: D1, BE and 47. RGB value is (209,190,71). Sum of RGB (Red+Green+Blue) = 209+190+71=470 (62% of max value = 765). Red value is 209 (82.03% from 255 or 44.47% from 470); Green value is 190 (74.61% from 255 or 40.43% from 470); Blue value is 71 (28.12% from 255 or 15.11% from 470); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE47 is #2E41B8. Grayscale: #B6B6B6. Windows color (decimal): -3031481 or 4701905. OLE color: 4701905.
HSL color Cylindrical-coordinate representation of color #D1BE47: hue angle of 51.74º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D1BE47 is Cyan = 0, Magento = 0.09, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 71 | - |
| CMYK | 0 | 0.09 | 0.66 | 0.18 |
| HSL | 51.74º | 0.6% | 0.55% | - |
| HSV(B) | 51.74º | 0.66% | 0.82% | - |
| XYZ | 45.85 | 50.84 | 13.36 | - |
| YUV | 182.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 71 | 0 | 0.09 | 0.66 | 0.18 | 51.74 | 0.6 | 0.55 |
| Hex | D1 | BE | 47 | 0 | 9 | 42 | 12 | 34 | 3C | 37 |
| Octal | 321 | 276 | 107 | 0 | 11 | 102 | 22 | 64 | 74 | 67 |
| Binary | 11010001 | 10111110 | 1000111 | 0 | 1001 | 1000010 | 10010 | 110100 | 111100 | 110111 |
Color Harmonies of #D1BE47
Complementary color
Monochromatic Colors of #D1BE47
Black with #D1BE47
Text Example
Text Example
White with #D1BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE47; }
p { color: rgb(209,190,71); }
H1.HeaderClassName
{
color: #D1BE47;
}
.AnyTagClassName
{
color: #D1BE47;
}
</style>
background-color css
<style>
a { background-color: #D1BE47; }
a { background-color: rgb(209,190,71); }
div.DivClassName
{
background-color: #D1BE47;
}
.BgClassName
{
background-color: #D1BE47;
}
</style>
border-color css
<style>
span { border-color: #D1BE47; }
span { border-color: rgb(209,190,71); }
td.TdClassName
{
border-color: #D1BE47;
}
.TagClassName
{
border-color: #D1BE47;
}
</style>