Shades of Old Gold #D1BF39
Tints of Old Gold #D1BF39
RGB
CMYK
RGB Variations
Color information
#D1BF39 (or 0xD1BF39) is known color: Old Gold. HEX triplet: D1, BF and 39. RGB value is (209,191,57). Sum of RGB (Red+Green+Blue) = 209+191+57=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 57 (22.66% from 255 or 12.47% from 457); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BF39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BF39 is #2E40C6. Grayscale: #B5B5B5. Windows color (decimal): -3031239 or 3784657. OLE color: 3784657.
HSL color Cylindrical-coordinate representation of color #D1BF39: hue angle of 52.89º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1BF39 is Cyan = 0, Magento = 0.09, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 191 | 57 | - |
| CMYK | 0 | 0.09 | 0.73 | 0.18 |
| HSL | 52.89º | 0.62% | 0.52% | - |
| HSV(B) | 52.89º | 0.73% | 0.82% | - |
| XYZ | 45.66 | 51.11 | 11.33 | - |
| YUV | 181.11 | 57.96 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 191 | 57 | 0 | 0.09 | 0.73 | 0.18 | 52.89 | 0.62 | 0.52 |
| Hex | D1 | BF | 39 | 0 | 9 | 49 | 12 | 35 | 3E | 34 |
| Octal | 321 | 277 | 71 | 0 | 11 | 111 | 22 | 65 | 76 | 64 |
| Binary | 11010001 | 10111111 | 111001 | 0 | 1001 | 1001001 | 10010 | 110101 | 111110 | 110100 |
Color Harmonies of #D1BF39
Complementary color
Monochromatic Colors of #D1BF39
Black with #D1BF39
Text Example
Text Example
White with #D1BF39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BF39; }
p { color: rgb(209,191,57); }
H1.HeaderClassName
{
color: #D1BF39;
}
.AnyTagClassName
{
color: #D1BF39;
}
</style>
background-color css
<style>
a { background-color: #D1BF39; }
a { background-color: rgb(209,191,57); }
div.DivClassName
{
background-color: #D1BF39;
}
.BgClassName
{
background-color: #D1BF39;
}
</style>
border-color css
<style>
span { border-color: #D1BF39; }
span { border-color: rgb(209,191,57); }
td.TdClassName
{
border-color: #D1BF39;
}
.TagClassName
{
border-color: #D1BF39;
}
</style>