Shades of Old Gold #D1BB40
Tints of Old Gold #D1BB40
RGB
CMYK
RGB Variations
Color information
#D1BB40 (or 0xD1BB40) is known color: Old Gold. HEX triplet: D1, BB and 40. RGB value is (209,187,64). Sum of RGB (Red+Green+Blue) = 209+187+64=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 187 (73.44% from 255 or 40.65% from 460); Blue value is 64 (25.39% from 255 or 13.91% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BB40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BB40 is #2E44BF. Grayscale: #B4B4B4. Windows color (decimal): -3032256 or 4242385. OLE color: 4242385.
HSL color Cylindrical-coordinate representation of color #D1BB40: hue angle of 50.9º 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 #D1BB40 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 187 | 64 | - |
| CMYK | 0 | 0.11 | 0.69 | 0.18 |
| HSL | 50.9º | 0.61% | 0.54% | - |
| HSV(B) | 50.9º | 0.69% | 0.82% | - |
| XYZ | 44.99 | 49.47 | 12.03 | - |
| YUV | 179.56 | 62.79 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 187 | 64 | 0 | 0.11 | 0.69 | 0.18 | 50.9 | 0.61 | 0.54 |
| Hex | D1 | BB | 40 | 0 | B | 45 | 12 | 33 | 3D | 36 |
| Octal | 321 | 273 | 100 | 0 | 13 | 105 | 22 | 63 | 75 | 66 |
| Binary | 11010001 | 10111011 | 1000000 | 0 | 1011 | 1000101 | 10010 | 110011 | 111101 | 110110 |
Color Harmonies of #D1BB40
Complementary color
Monochromatic Colors of #D1BB40
Black with #D1BB40
Text Example
Text Example
White with #D1BB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BB40; }
p { color: rgb(209,187,64); }
H1.HeaderClassName
{
color: #D1BB40;
}
.AnyTagClassName
{
color: #D1BB40;
}
</style>
background-color css
<style>
a { background-color: #D1BB40; }
a { background-color: rgb(209,187,64); }
div.DivClassName
{
background-color: #D1BB40;
}
.BgClassName
{
background-color: #D1BB40;
}
</style>
border-color css
<style>
span { border-color: #D1BB40; }
span { border-color: rgb(209,187,64); }
td.TdClassName
{
border-color: #D1BB40;
}
.TagClassName
{
border-color: #D1BB40;
}
</style>