Shades of Old Gold #D1B639
Tints of Old Gold #D1B639
RGB
CMYK
RGB Variations
Color information
#D1B639 (or 0xD1B639) is known color: Old Gold. HEX triplet: D1, B6 and 39. RGB value is (209,182,57). Sum of RGB (Red+Green+Blue) = 209+182+57=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 182 (71.48% from 255 or 40.62% from 448); Blue value is 57 (22.66% from 255 or 12.72% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B639 is #2E49C6. Grayscale: #B0B0B0. Windows color (decimal): -3033543 or 3782353. OLE color: 3782353.
HSL color Cylindrical-coordinate representation of color #D1B639: hue angle of 49.34º 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 #D1B639 is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 57 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.18 |
| HSL | 49.34º | 0.62% | 0.52% | - |
| HSV(B) | 49.34º | 0.73% | 0.82% | - |
| XYZ | 43.76 | 47.31 | 10.7 | - |
| YUV | 175.82 | 60.95 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 57 | 0 | 0.13 | 0.73 | 0.18 | 49.34 | 0.62 | 0.52 |
| Hex | D1 | B6 | 39 | 0 | D | 49 | 12 | 31 | 3E | 34 |
| Octal | 321 | 266 | 71 | 0 | 15 | 111 | 22 | 61 | 76 | 64 |
| Binary | 11010001 | 10110110 | 111001 | 0 | 1101 | 1001001 | 10010 | 110001 | 111110 | 110100 |
Color Harmonies of #D1B639
Complementary color
Monochromatic Colors of #D1B639
Black with #D1B639
Text Example
Text Example
White with #D1B639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B639; }
p { color: rgb(209,182,57); }
H1.HeaderClassName
{
color: #D1B639;
}
.AnyTagClassName
{
color: #D1B639;
}
</style>
background-color css
<style>
a { background-color: #D1B639; }
a { background-color: rgb(209,182,57); }
div.DivClassName
{
background-color: #D1B639;
}
.BgClassName
{
background-color: #D1B639;
}
</style>
border-color css
<style>
span { border-color: #D1B639; }
span { border-color: rgb(209,182,57); }
td.TdClassName
{
border-color: #D1B639;
}
.TagClassName
{
border-color: #D1B639;
}
</style>