Shades of Old Gold #D1B63D
Tints of Old Gold #D1B63D
RGB
CMYK
RGB Variations
Color information
#D1B63D (or 0xD1B63D) is known color: Old Gold. HEX triplet: D1, B6 and 3D. RGB value is (209,182,61). Sum of RGB (Red+Green+Blue) = 209+182+61=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 61 (24.22% from 255 or 13.50% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B63D is #2E49C2. Grayscale: #B0B0B0. Windows color (decimal): -3033539 or 4044497. OLE color: 4044497.
HSL color Cylindrical-coordinate representation of color #D1B63D: hue angle of 49.05º 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 #D1B63D is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 61 | - |
| CMYK | 0 | 0.13 | 0.71 | 0.18 |
| HSL | 49.05º | 0.62% | 0.53% | - |
| HSV(B) | 49.05º | 0.71% | 0.82% | - |
| XYZ | 43.86 | 47.35 | 11.24 | - |
| YUV | 176.28 | 62.95 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 61 | 0 | 0.13 | 0.71 | 0.18 | 49.05 | 0.62 | 0.53 |
| Hex | D1 | B6 | 3D | 0 | D | 47 | 12 | 31 | 3E | 35 |
| Octal | 321 | 266 | 75 | 0 | 15 | 107 | 22 | 61 | 76 | 65 |
| Binary | 11010001 | 10110110 | 111101 | 0 | 1101 | 1000111 | 10010 | 110001 | 111110 | 110101 |
Color Harmonies of #D1B63D
Complementary color
Monochromatic Colors of #D1B63D
Black with #D1B63D
Text Example
Text Example
White with #D1B63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B63D; }
p { color: rgb(209,182,61); }
H1.HeaderClassName
{
color: #D1B63D;
}
.AnyTagClassName
{
color: #D1B63D;
}
</style>
background-color css
<style>
a { background-color: #D1B63D; }
a { background-color: rgb(209,182,61); }
div.DivClassName
{
background-color: #D1B63D;
}
.BgClassName
{
background-color: #D1B63D;
}
</style>
border-color css
<style>
span { border-color: #D1B63D; }
span { border-color: rgb(209,182,61); }
td.TdClassName
{
border-color: #D1B63D;
}
.TagClassName
{
border-color: #D1B63D;
}
</style>