Shades of Old Gold #D1BF3F
Tints of Old Gold #D1BF3F
RGB
CMYK
RGB Variations
Color information
#D1BF3F (or 0xD1BF3F) is known color: Old Gold. HEX triplet: D1, BF and 3F. RGB value is (209,191,63). Sum of RGB (Red+Green+Blue) = 209+191+63=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 63 (25% from 255 or 13.61% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF3F is #2E40C0. Grayscale: #B6B6B6. Windows color (decimal): -3031233 or 4177873. OLE color: 4177873.
HSL color Cylindrical-coordinate representation of color #D1BF3F: hue angle of 52.6º 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 #D1BF3F is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 63 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.18 |
| HSL | 52.6º | 0.61% | 0.53% | - |
| HSV(B) | 52.6º | 0.7% | 0.82% | - |
| XYZ | 45.82 | 51.18 | 12.17 | - |
| YUV | 181.79 | 60.96 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 63 | 0 | 0.09 | 0.70 | 0.18 | 52.6 | 0.61 | 0.53 |
| Hex | D1 | BF | 3F | 0 | 9 | 46 | 12 | 35 | 3D | 35 |
| Octal | 321 | 277 | 77 | 0 | 11 | 106 | 22 | 65 | 75 | 65 |
| Binary | 11010001 | 10111111 | 111111 | 0 | 1001 | 1000110 | 10010 | 110101 | 111101 | 110101 |
Color Harmonies of #D1BF3F
Complementary color
Monochromatic Colors of #D1BF3F
Black with #D1BF3F
Text Example
Text Example
White with #D1BF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF3F; }
p { color: rgb(209,191,63); }
H1.HeaderClassName
{
color: #D1BF3F;
}
.AnyTagClassName
{
color: #D1BF3F;
}
</style>
background-color css
<style>
a { background-color: #D1BF3F; }
a { background-color: rgb(209,191,63); }
div.DivClassName
{
background-color: #D1BF3F;
}
.BgClassName
{
background-color: #D1BF3F;
}
</style>
border-color css
<style>
span { border-color: #D1BF3F; }
span { border-color: rgb(209,191,63); }
td.TdClassName
{
border-color: #D1BF3F;
}
.TagClassName
{
border-color: #D1BF3F;
}
</style>