Shades of Old Gold #D1B93F
Tints of Old Gold #D1B93F
RGB
CMYK
RGB Variations
Color information
#D1B93F (or 0xD1B93F) is known color: Old Gold. HEX triplet: D1, B9 and 3F. RGB value is (209,185,63). Sum of RGB (Red+Green+Blue) = 209+185+63=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 185 (72.66% from 255 or 40.48% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B93F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B93F is #2E46C0. Grayscale: #B2B2B2. Windows color (decimal): -3032769 or 4176337. OLE color: 4176337.
HSL color Cylindrical-coordinate representation of color #D1B93F: hue angle of 50.14º degrees, saturation: 0.61, 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 #D1B93F is Cyan = 0, Magento = 0.11, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 63 | - |
| CMYK | 0 | 0.11 | 0.70 | 0.18 |
| HSL | 50.14º | 0.61% | 0.53% | - |
| HSV(B) | 50.14º | 0.7% | 0.82% | - |
| XYZ | 44.54 | 48.61 | 11.74 | - |
| YUV | 178.27 | 62.95 | 149.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 63 | 0 | 0.11 | 0.70 | 0.18 | 50.14 | 0.61 | 0.53 |
| Hex | D1 | B9 | 3F | 0 | B | 46 | 12 | 32 | 3D | 35 |
| Octal | 321 | 271 | 77 | 0 | 13 | 106 | 22 | 62 | 75 | 65 |
| Binary | 11010001 | 10111001 | 111111 | 0 | 1011 | 1000110 | 10010 | 110010 | 111101 | 110101 |
Color Harmonies of #D1B93F
Complementary color
Monochromatic Colors of #D1B93F
Black with #D1B93F
Text Example
Text Example
White with #D1B93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B93F; }
p { color: rgb(209,185,63); }
H1.HeaderClassName
{
color: #D1B93F;
}
.AnyTagClassName
{
color: #D1B93F;
}
</style>
background-color css
<style>
a { background-color: #D1B93F; }
a { background-color: rgb(209,185,63); }
div.DivClassName
{
background-color: #D1B93F;
}
.BgClassName
{
background-color: #D1B93F;
}
</style>
border-color css
<style>
span { border-color: #D1B93F; }
span { border-color: rgb(209,185,63); }
td.TdClassName
{
border-color: #D1B93F;
}
.TagClassName
{
border-color: #D1B93F;
}
</style>