Shades of Old Gold #D1B93D
Tints of Old Gold #D1B93D
RGB
CMYK
RGB Variations
Color information
#D1B93D (or 0xD1B93D) is known color: Old Gold. HEX triplet: D1, B9 and 3D. RGB value is (209,185,61). Sum of RGB (Red+Green+Blue) = 209+185+61=455 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.93% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 61 (24.22% from 255 or 13.41% from 455); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B93D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B93D is #2E46C2. Grayscale: #B2B2B2. Windows color (decimal): -3032771 or 4045265. OLE color: 4045265.
HSL color Cylindrical-coordinate representation of color #D1B93D: hue angle of 50.27º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D1B93D is Cyan = 0, Magento = 0.11, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 61 | - |
| CMYK | 0 | 0.11 | 0.71 | 0.18 |
| HSL | 50.27º | 0.62% | 0.53% | - |
| HSV(B) | 50.27º | 0.71% | 0.82% | - |
| XYZ | 44.49 | 48.59 | 11.45 | - |
| YUV | 178.04 | 61.95 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 61 | 0 | 0.11 | 0.71 | 0.18 | 50.27 | 0.62 | 0.53 |
| Hex | D1 | B9 | 3D | 0 | B | 47 | 12 | 32 | 3E | 35 |
| Octal | 321 | 271 | 75 | 0 | 13 | 107 | 22 | 62 | 76 | 65 |
| Binary | 11010001 | 10111001 | 111101 | 0 | 1011 | 1000111 | 10010 | 110010 | 111110 | 110101 |
Color Harmonies of #D1B93D
Complementary color
Monochromatic Colors of #D1B93D
Black with #D1B93D
Text Example
Text Example
White with #D1B93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B93D; }
p { color: rgb(209,185,61); }
H1.HeaderClassName
{
color: #D1B93D;
}
.AnyTagClassName
{
color: #D1B93D;
}
</style>
background-color css
<style>
a { background-color: #D1B93D; }
a { background-color: rgb(209,185,61); }
div.DivClassName
{
background-color: #D1B93D;
}
.BgClassName
{
background-color: #D1B93D;
}
</style>
border-color css
<style>
span { border-color: #D1B93D; }
span { border-color: rgb(209,185,61); }
td.TdClassName
{
border-color: #D1B93D;
}
.TagClassName
{
border-color: #D1B93D;
}
</style>