Shades of Old Gold #D1B33B
Tints of Old Gold #D1B33B
RGB
CMYK
RGB Variations
Color information
#D1B33B (or 0xD1B33B) is known color: Old Gold. HEX triplet: D1, B3 and 3B. RGB value is (209,179,59). Sum of RGB (Red+Green+Blue) = 209+179+59=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 59 (23.44% from 255 or 13.20% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B33B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B33B is #2E4CC4. Grayscale: #AEAEAE. Windows color (decimal): -3034309 or 3912657. OLE color: 3912657.
HSL color Cylindrical-coordinate representation of color #D1B33B: hue angle of 48º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D1B33B is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 59 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.18 |
| HSL | 48º | 0.62% | 0.53% | - |
| HSV(B) | 48º | 0.72% | 0.82% | - |
| XYZ | 43.2 | 46.11 | 10.76 | - |
| YUV | 174.29 | 62.94 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 59 | 0 | 0.14 | 0.72 | 0.18 | 48 | 0.62 | 0.53 |
| Hex | D1 | B3 | 3B | 0 | E | 48 | 12 | 30 | 3E | 35 |
| Octal | 321 | 263 | 73 | 0 | 16 | 110 | 22 | 60 | 76 | 65 |
| Binary | 11010001 | 10110011 | 111011 | 0 | 1110 | 1001000 | 10010 | 110000 | 111110 | 110101 |
Color Harmonies of #D1B33B
Complementary color
Monochromatic Colors of #D1B33B
Black with #D1B33B
Text Example
Text Example
White with #D1B33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B33B; }
p { color: rgb(209,179,59); }
H1.HeaderClassName
{
color: #D1B33B;
}
.AnyTagClassName
{
color: #D1B33B;
}
</style>
background-color css
<style>
a { background-color: #D1B33B; }
a { background-color: rgb(209,179,59); }
div.DivClassName
{
background-color: #D1B33B;
}
.BgClassName
{
background-color: #D1B33B;
}
</style>
border-color css
<style>
span { border-color: #D1B33B; }
span { border-color: rgb(209,179,59); }
td.TdClassName
{
border-color: #D1B33B;
}
.TagClassName
{
border-color: #D1B33B;
}
</style>