Shades of Old Gold #D1BD41
Tints of Old Gold #D1BD41
RGB
CMYK
RGB Variations
Color information
#D1BD41 (or 0xD1BD41) is known color: Old Gold. HEX triplet: D1, BD and 41. RGB value is (209,189,65). Sum of RGB (Red+Green+Blue) = 209+189+65=463 (61% of max value = 765). Red value is 209 (82.03% from 255 or 45.14% from 463); Green value is 189 (74.22% from 255 or 40.82% from 463); Blue value is 65 (25.78% from 255 or 14.04% from 463); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BD41 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BD41 is #2E42BE. Grayscale: #B5B5B5. Windows color (decimal): -3031743 or 4308433. OLE color: 4308433.
HSL color Cylindrical-coordinate representation of color #D1BD41: hue angle of 51.67º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D1BD41 is Cyan = 0, Magento = 0.10, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 189 | 65 | - |
| CMYK | 0 | 0.10 | 0.69 | 0.18 |
| HSL | 51.67º | 0.61% | 0.54% | - |
| HSV(B) | 51.67º | 0.69% | 0.82% | - |
| XYZ | 45.45 | 50.33 | 12.32 | - |
| YUV | 180.84 | 62.63 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 189 | 65 | 0 | 0.10 | 0.69 | 0.18 | 51.67 | 0.61 | 0.54 |
| Hex | D1 | BD | 41 | 0 | A | 45 | 12 | 34 | 3D | 36 |
| Octal | 321 | 275 | 101 | 0 | 12 | 105 | 22 | 64 | 75 | 66 |
| Binary | 11010001 | 10111101 | 1000001 | 0 | 1010 | 1000101 | 10010 | 110100 | 111101 | 110110 |
Color Harmonies of #D1BD41
Complementary color
Monochromatic Colors of #D1BD41
Black with #D1BD41
Text Example
Text Example
White with #D1BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BD41; }
p { color: rgb(209,189,65); }
H1.HeaderClassName
{
color: #D1BD41;
}
.AnyTagClassName
{
color: #D1BD41;
}
</style>
background-color css
<style>
a { background-color: #D1BD41; }
a { background-color: rgb(209,189,65); }
div.DivClassName
{
background-color: #D1BD41;
}
.BgClassName
{
background-color: #D1BD41;
}
</style>
border-color css
<style>
span { border-color: #D1BD41; }
span { border-color: rgb(209,189,65); }
td.TdClassName
{
border-color: #D1BD41;
}
.TagClassName
{
border-color: #D1BD41;
}
</style>