Shades of Old Gold #D2BC33
Tints of Old Gold #D2BC33
RGB
CMYK
RGB Variations
Color information
#D2BC33 (or 0xD2BC33) is known color: Old Gold. HEX triplet: D2, BC and 33. RGB value is (210,188,51). Sum of RGB (Red+Green+Blue) = 210+188+51=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 51 (20.31% from 255 or 11.36% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC33 is #2D43CC. Grayscale: #B3B3B3. Windows color (decimal): -2966477 or 3390674. OLE color: 3390674.
HSL color Cylindrical-coordinate representation of color #D2BC33: hue angle of 51.7º degrees, saturation: 0.64, 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 #D2BC33 is Cyan = 0, Magento = 0.10, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 51 | - |
| CMYK | 0 | 0.10 | 0.76 | 0.18 |
| HSL | 51.7º | 0.64% | 0.51% | - |
| HSV(B) | 51.7º | 0.76% | 0.82% | - |
| XYZ | 45.16 | 49.91 | 10.38 | - |
| YUV | 178.96 | 55.79 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 51 | 0 | 0.10 | 0.76 | 0.18 | 51.7 | 0.64 | 0.51 |
| Hex | D2 | BC | 33 | 0 | A | 4C | 12 | 34 | 40 | 33 |
| Octal | 322 | 274 | 63 | 0 | 12 | 114 | 22 | 64 | 100 | 63 |
| Binary | 11010010 | 10111100 | 110011 | 0 | 1010 | 1001100 | 10010 | 110100 | 1000000 | 110011 |
Color Harmonies of #D2BC33
Complementary color
Monochromatic Colors of #D2BC33
Black with #D2BC33
Text Example
Text Example
White with #D2BC33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC33; }
p { color: rgb(210,188,51); }
H1.HeaderClassName
{
color: #D2BC33;
}
.AnyTagClassName
{
color: #D2BC33;
}
</style>
background-color css
<style>
a { background-color: #D2BC33; }
a { background-color: rgb(210,188,51); }
div.DivClassName
{
background-color: #D2BC33;
}
.BgClassName
{
background-color: #D2BC33;
}
</style>
border-color css
<style>
span { border-color: #D2BC33; }
span { border-color: rgb(210,188,51); }
td.TdClassName
{
border-color: #D2BC33;
}
.TagClassName
{
border-color: #D2BC33;
}
</style>