Shades of Old Gold #D1B632
Tints of Old Gold #D1B632
RGB
CMYK
RGB Variations
Color information
#D1B632 (or 0xD1B632) is known color: Old Gold. HEX triplet: D1, B6 and 32. RGB value is (209,182,50). Sum of RGB (Red+Green+Blue) = 209+182+50=441 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.39% from 441); Green value is 182 (71.48% from 255 or 41.27% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B632 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1B632 is #2E49CD. Grayscale: #AFAFAF. Windows color (decimal): -3033550 or 3323601. OLE color: 3323601.
HSL color Cylindrical-coordinate representation of color #D1B632: hue angle of 49.81º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D1B632 is Cyan = 0, Magento = 0.13, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 50 | - |
| CMYK | 0 | 0.13 | 0.76 | 0.18 |
| HSL | 49.81º | 0.63% | 0.51% | - |
| HSV(B) | 49.81º | 0.76% | 0.82% | - |
| XYZ | 43.6 | 47.24 | 9.84 | - |
| YUV | 175.03 | 57.45 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 50 | 0 | 0.13 | 0.76 | 0.18 | 49.81 | 0.63 | 0.51 |
| Hex | D1 | B6 | 32 | 0 | D | 4C | 12 | 32 | 3F | 33 |
| Octal | 321 | 266 | 62 | 0 | 15 | 114 | 22 | 62 | 77 | 63 |
| Binary | 11010001 | 10110110 | 110010 | 0 | 1101 | 1001100 | 10010 | 110010 | 111111 | 110011 |
Color Harmonies of #D1B632
Complementary color
Monochromatic Colors of #D1B632
Black with #D1B632
Text Example
Text Example
White with #D1B632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B632; }
p { color: rgb(209,182,50); }
H1.HeaderClassName
{
color: #D1B632;
}
.AnyTagClassName
{
color: #D1B632;
}
</style>
background-color css
<style>
a { background-color: #D1B632; }
a { background-color: rgb(209,182,50); }
div.DivClassName
{
background-color: #D1B632;
}
.BgClassName
{
background-color: #D1B632;
}
</style>
border-color css
<style>
span { border-color: #D1B632; }
span { border-color: rgb(209,182,50); }
td.TdClassName
{
border-color: #D1B632;
}
.TagClassName
{
border-color: #D1B632;
}
</style>