Shades of Old Gold #D1B936
Tints of Old Gold #D1B936
RGB
CMYK
RGB Variations
Color information
#D1B936 (or 0xD1B936) is known color: Old Gold. HEX triplet: D1, B9 and 36. RGB value is (209,185,54). Sum of RGB (Red+Green+Blue) = 209+185+54=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 54 (21.48% from 255 or 12.05% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B936 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B936 is #2E46C9. Grayscale: #B1B1B1. Windows color (decimal): -3032778 or 3586513. OLE color: 3586513.
HSL color Cylindrical-coordinate representation of color #D1B936: hue angle of 50.71º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D1B936 is Cyan = 0, Magento = 0.11, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 185 | 54 | - |
| CMYK | 0 | 0.11 | 0.74 | 0.18 |
| HSL | 50.71º | 0.63% | 0.52% | - |
| HSV(B) | 50.71º | 0.74% | 0.82% | - |
| XYZ | 44.31 | 48.52 | 10.52 | - |
| YUV | 177.24 | 58.45 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 185 | 54 | 0 | 0.11 | 0.74 | 0.18 | 50.71 | 0.63 | 0.52 |
| Hex | D1 | B9 | 36 | 0 | B | 4A | 12 | 33 | 3F | 34 |
| Octal | 321 | 271 | 66 | 0 | 13 | 112 | 22 | 63 | 77 | 64 |
| Binary | 11010001 | 10111001 | 110110 | 0 | 1011 | 1001010 | 10010 | 110011 | 111111 | 110100 |
Color Harmonies of #D1B936
Complementary color
Monochromatic Colors of #D1B936
Black with #D1B936
Text Example
Text Example
White with #D1B936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B936; }
p { color: rgb(209,185,54); }
H1.HeaderClassName
{
color: #D1B936;
}
.AnyTagClassName
{
color: #D1B936;
}
</style>
background-color css
<style>
a { background-color: #D1B936; }
a { background-color: rgb(209,185,54); }
div.DivClassName
{
background-color: #D1B936;
}
.BgClassName
{
background-color: #D1B936;
}
</style>
border-color css
<style>
span { border-color: #D1B936; }
span { border-color: rgb(209,185,54); }
td.TdClassName
{
border-color: #D1B936;
}
.TagClassName
{
border-color: #D1B936;
}
</style>