Shades of Old Gold #D3BE47
Tints of Old Gold #D3BE47
RGB
CMYK
RGB Variations
Color information
#D3BE47 (or 0xD3BE47) is known color: Old Gold. HEX triplet: D3, BE and 47. RGB value is (211,190,71). Sum of RGB (Red+Green+Blue) = 211+190+71=472 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.70% from 472); Green value is 190 (74.61% from 255 or 40.25% from 472); Blue value is 71 (28.12% from 255 or 15.04% from 472); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BE47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3BE47 is #2C41B8. Grayscale: #B7B7B7. Windows color (decimal): -2900409 or 4701907. OLE color: 4701907.
HSL color Cylindrical-coordinate representation of color #D3BE47: hue angle of 51º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D3BE47 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 190 | 71 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.17 |
| HSL | 51º | 0.61% | 0.55% | - |
| HSV(B) | 51º | 0.66% | 0.83% | - |
| XYZ | 46.41 | 51.13 | 13.38 | - |
| YUV | 182.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 190 | 71 | 0 | 0.10 | 0.66 | 0.17 | 51 | 0.61 | 0.55 |
| Hex | D3 | BE | 47 | 0 | A | 42 | 11 | 33 | 3D | 37 |
| Octal | 323 | 276 | 107 | 0 | 12 | 102 | 21 | 63 | 75 | 67 |
| Binary | 11010011 | 10111110 | 1000111 | 0 | 1010 | 1000010 | 10001 | 110011 | 111101 | 110111 |
Color Harmonies of #D3BE47
Complementary color
Monochromatic Colors of #D3BE47
Black with #D3BE47
Text Example
Text Example
White with #D3BE47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BE47; }
p { color: rgb(211,190,71); }
H1.HeaderClassName
{
color: #D3BE47;
}
.AnyTagClassName
{
color: #D3BE47;
}
</style>
background-color css
<style>
a { background-color: #D3BE47; }
a { background-color: rgb(211,190,71); }
div.DivClassName
{
background-color: #D3BE47;
}
.BgClassName
{
background-color: #D3BE47;
}
</style>
border-color css
<style>
span { border-color: #D3BE47; }
span { border-color: rgb(211,190,71); }
td.TdClassName
{
border-color: #D3BE47;
}
.TagClassName
{
border-color: #D3BE47;
}
</style>