Shades of Old Gold #D1BC32
Tints of Old Gold #D1BC32
RGB
CMYK
RGB Variations
Color information
#D1BC32 (or 0xD1BC32) is known color: Old Gold. HEX triplet: D1, BC and 32. RGB value is (209,188,50). Sum of RGB (Red+Green+Blue) = 209+188+50=447 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.76% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 50 (19.92% from 255 or 11.19% from 447); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BC32 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1BC32 is #2E43CD. Grayscale: #B3B3B3. Windows color (decimal): -3032014 or 3325137. OLE color: 3325137.
HSL color Cylindrical-coordinate representation of color #D1BC32: hue angle of 52.08º 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 #D1BC32 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 188 | 50 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.18 |
| HSL | 52.08º | 0.63% | 0.51% | - |
| HSV(B) | 52.08º | 0.76% | 0.82% | - |
| XYZ | 44.85 | 49.75 | 10.26 | - |
| YUV | 178.55 | 55.46 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 188 | 50 | 0 | 0.10 | 0.76 | 0.18 | 52.08 | 0.63 | 0.51 |
| Hex | D1 | BC | 32 | 0 | A | 4C | 12 | 34 | 3F | 33 |
| Octal | 321 | 274 | 62 | 0 | 12 | 114 | 22 | 64 | 77 | 63 |
| Binary | 11010001 | 10111100 | 110010 | 0 | 1010 | 1001100 | 10010 | 110100 | 111111 | 110011 |
Color Harmonies of #D1BC32
Complementary color
Monochromatic Colors of #D1BC32
Black with #D1BC32
Text Example
Text Example
White with #D1BC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BC32; }
p { color: rgb(209,188,50); }
H1.HeaderClassName
{
color: #D1BC32;
}
.AnyTagClassName
{
color: #D1BC32;
}
</style>
background-color css
<style>
a { background-color: #D1BC32; }
a { background-color: rgb(209,188,50); }
div.DivClassName
{
background-color: #D1BC32;
}
.BgClassName
{
background-color: #D1BC32;
}
</style>
border-color css
<style>
span { border-color: #D1BC32; }
span { border-color: rgb(209,188,50); }
td.TdClassName
{
border-color: #D1BC32;
}
.TagClassName
{
border-color: #D1BC32;
}
</style>