Shades of Old Gold #D2BC31
Tints of Old Gold #D2BC31
RGB
CMYK
RGB Variations
Color information
#D2BC31 (or 0xD2BC31) is known color: Old Gold. HEX triplet: D2, BC and 31. RGB value is (210,188,49). Sum of RGB (Red+Green+Blue) = 210+188+49=447 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.98% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 49 (19.53% from 255 or 10.96% from 447); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC31 is #2D43CE. Grayscale: #B3B3B3. Windows color (decimal): -2966479 or 3259602. OLE color: 3259602.
HSL color Cylindrical-coordinate representation of color #D2BC31: hue angle of 51.8º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D2BC31 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 49 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.18 |
| HSL | 51.8º | 0.64% | 0.51% | - |
| HSV(B) | 51.8º | 0.77% | 0.82% | - |
| XYZ | 45.12 | 49.89 | 10.16 | - |
| YUV | 178.73 | 54.79 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 49 | 0 | 0.10 | 0.77 | 0.18 | 51.8 | 0.64 | 0.51 |
| Hex | D2 | BC | 31 | 0 | A | 4D | 12 | 34 | 40 | 33 |
| Octal | 322 | 274 | 61 | 0 | 12 | 115 | 22 | 64 | 100 | 63 |
| Binary | 11010010 | 10111100 | 110001 | 0 | 1010 | 1001101 | 10010 | 110100 | 1000000 | 110011 |
Color Harmonies of #D2BC31
Complementary color
Monochromatic Colors of #D2BC31
Black with #D2BC31
Text Example
Text Example
White with #D2BC31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC31; }
p { color: rgb(210,188,49); }
H1.HeaderClassName
{
color: #D2BC31;
}
.AnyTagClassName
{
color: #D2BC31;
}
</style>
background-color css
<style>
a { background-color: #D2BC31; }
a { background-color: rgb(210,188,49); }
div.DivClassName
{
background-color: #D2BC31;
}
.BgClassName
{
background-color: #D2BC31;
}
</style>
border-color css
<style>
span { border-color: #D2BC31; }
span { border-color: rgb(210,188,49); }
td.TdClassName
{
border-color: #D2BC31;
}
.TagClassName
{
border-color: #D2BC31;
}
</style>