Shades of Old Gold #D1BE3F
Tints of Old Gold #D1BE3F
RGB
CMYK
RGB Variations
Color information
#D1BE3F (or 0xD1BE3F) is known color: Old Gold. HEX triplet: D1, BE and 3F. RGB value is (209,190,63). Sum of RGB (Red+Green+Blue) = 209+190+63=462 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.24% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 63 (25% from 255 or 13.64% from 462); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BE3F is #2E41C0. Grayscale: #B5B5B5. Windows color (decimal): -3031489 or 4177617. OLE color: 4177617.
HSL color Cylindrical-coordinate representation of color #D1BE3F: hue angle of 52.19º 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 #D1BE3F is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 63 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.18 |
| HSL | 52.19º | 0.61% | 0.53% | - |
| HSV(B) | 52.19º | 0.7% | 0.82% | - |
| XYZ | 45.61 | 50.74 | 12.09 | - |
| YUV | 181.2 | 61.29 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 63 | 0 | 0.09 | 0.70 | 0.18 | 52.19 | 0.61 | 0.53 |
| Hex | D1 | BE | 3F | 0 | 9 | 46 | 12 | 34 | 3D | 35 |
| Octal | 321 | 276 | 77 | 0 | 11 | 106 | 22 | 64 | 75 | 65 |
| Binary | 11010001 | 10111110 | 111111 | 0 | 1001 | 1000110 | 10010 | 110100 | 111101 | 110101 |
Color Harmonies of #D1BE3F
Complementary color
Monochromatic Colors of #D1BE3F
Black with #D1BE3F
Text Example
Text Example
White with #D1BE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE3F; }
p { color: rgb(209,190,63); }
H1.HeaderClassName
{
color: #D1BE3F;
}
.AnyTagClassName
{
color: #D1BE3F;
}
</style>
background-color css
<style>
a { background-color: #D1BE3F; }
a { background-color: rgb(209,190,63); }
div.DivClassName
{
background-color: #D1BE3F;
}
.BgClassName
{
background-color: #D1BE3F;
}
</style>
border-color css
<style>
span { border-color: #D1BE3F; }
span { border-color: rgb(209,190,63); }
td.TdClassName
{
border-color: #D1BE3F;
}
.TagClassName
{
border-color: #D1BE3F;
}
</style>