Shades of Old Gold #D1BF44
Tints of Old Gold #D1BF44
RGB
CMYK
RGB Variations
Color information
#D1BF44 (or 0xD1BF44) is known color: Old Gold. HEX triplet: D1, BF and 44. RGB value is (209,191,68). Sum of RGB (Red+Green+Blue) = 209+191+68=468 (61% of max value = 765). Red value is 209 (82.03% from 255 or 44.66% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 68 (26.95% from 255 or 14.53% from 468); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF44 is #2E40BB. Grayscale: #B6B6B6. Windows color (decimal): -3031228 or 4505553. OLE color: 4505553.
HSL color Cylindrical-coordinate representation of color #D1BF44: hue angle of 52.34º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D1BF44 is Cyan = 0, Magento = 0.09, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 68 | - |
| CMYK | 0 | 0.09 | 0.67 | 0.18 |
| HSL | 52.34º | 0.61% | 0.54% | - |
| HSV(B) | 52.34º | 0.67% | 0.82% | - |
| XYZ | 45.97 | 51.23 | 12.94 | - |
| YUV | 182.36 | 63.46 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 68 | 0 | 0.09 | 0.67 | 0.18 | 52.34 | 0.61 | 0.54 |
| Hex | D1 | BF | 44 | 0 | 9 | 43 | 12 | 34 | 3D | 36 |
| Octal | 321 | 277 | 104 | 0 | 11 | 103 | 22 | 64 | 75 | 66 |
| Binary | 11010001 | 10111111 | 1000100 | 0 | 1001 | 1000011 | 10010 | 110100 | 111101 | 110110 |
Color Harmonies of #D1BF44
Complementary color
Monochromatic Colors of #D1BF44
Black with #D1BF44
Text Example
Text Example
White with #D1BF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF44; }
p { color: rgb(209,191,68); }
H1.HeaderClassName
{
color: #D1BF44;
}
.AnyTagClassName
{
color: #D1BF44;
}
</style>
background-color css
<style>
a { background-color: #D1BF44; }
a { background-color: rgb(209,191,68); }
div.DivClassName
{
background-color: #D1BF44;
}
.BgClassName
{
background-color: #D1BF44;
}
</style>
border-color css
<style>
span { border-color: #D1BF44; }
span { border-color: rgb(209,191,68); }
td.TdClassName
{
border-color: #D1BF44;
}
.TagClassName
{
border-color: #D1BF44;
}
</style>