Shades of Old Gold #D1B13F
Tints of Old Gold #D1B13F
RGB
CMYK
RGB Variations
Color information
#D1B13F (or 0xD1B13F) is known color: Old Gold. HEX triplet: D1, B1 and 3F. RGB value is (209,177,63). Sum of RGB (Red+Green+Blue) = 209+177+63=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 177 (69.53% from 255 or 39.42% from 449); Blue value is 63 (25% from 255 or 14.03% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D1B13F is #2E4EC0. Grayscale: #AEAEAE. Windows color (decimal): -3034817 or 4174289. OLE color: 4174289.
HSL color Cylindrical-coordinate representation of color #D1B13F: hue angle of 46.85º 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 #D1B13F is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 177 | 63 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.18 |
| HSL | 46.85º | 0.61% | 0.53% | - |
| HSV(B) | 46.85º | 0.7% | 0.82% | - |
| XYZ | 42.91 | 45.36 | 11.2 | - |
| YUV | 173.57 | 65.6 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 177 | 63 | 0 | 0.15 | 0.70 | 0.18 | 46.85 | 0.61 | 0.53 |
| Hex | D1 | B1 | 3F | 0 | F | 46 | 12 | 2F | 3D | 35 |
| Octal | 321 | 261 | 77 | 0 | 17 | 106 | 22 | 57 | 75 | 65 |
| Binary | 11010001 | 10110001 | 111111 | 0 | 1111 | 1000110 | 10010 | 101111 | 111101 | 110101 |
Color Harmonies of #D1B13F
Complementary color
Monochromatic Colors of #D1B13F
Black with #D1B13F
Text Example
Text Example
White with #D1B13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B13F; }
p { color: rgb(209,177,63); }
H1.HeaderClassName
{
color: #D1B13F;
}
.AnyTagClassName
{
color: #D1B13F;
}
</style>
background-color css
<style>
a { background-color: #D1B13F; }
a { background-color: rgb(209,177,63); }
div.DivClassName
{
background-color: #D1B13F;
}
.BgClassName
{
background-color: #D1B13F;
}
</style>
border-color css
<style>
span { border-color: #D1B13F; }
span { border-color: rgb(209,177,63); }
td.TdClassName
{
border-color: #D1B13F;
}
.TagClassName
{
border-color: #D1B13F;
}
</style>