Shades of Old Gold #D2BC49
Tints of Old Gold #D2BC49
RGB
CMYK
RGB Variations
Color information
#D2BC49 (or 0xD2BC49) is known color: Old Gold. HEX triplet: D2, BC and 49. RGB value is (210,188,73). Sum of RGB (Red+Green+Blue) = 210+188+73=471 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.59% from 471); Green value is 188 (73.83% from 255 or 39.92% from 471); Blue value is 73 (28.91% from 255 or 15.50% from 471); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BC49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2BC49 is #2D43B6. Grayscale: #B5B5B5. Windows color (decimal): -2966455 or 4832466. OLE color: 4832466.
HSL color Cylindrical-coordinate representation of color #D2BC49: hue angle of 50.36º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D2BC49 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 188 | 73 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.18 |
| HSL | 50.36º | 0.6% | 0.55% | - |
| HSV(B) | 50.36º | 0.65% | 0.82% | - |
| XYZ | 45.76 | 50.15 | 13.57 | - |
| YUV | 181.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 73 | 0 | 0.10 | 0.65 | 0.18 | 50.36 | 0.6 | 0.55 |
| Hex | D2 | BC | 49 | 0 | A | 41 | 12 | 32 | 3C | 37 |
| Octal | 322 | 274 | 111 | 0 | 12 | 101 | 22 | 62 | 74 | 67 |
| Binary | 11010010 | 10111100 | 1001001 | 0 | 1010 | 1000001 | 10010 | 110010 | 111100 | 110111 |
Color Harmonies of #D2BC49
Complementary color
Monochromatic Colors of #D2BC49
Black with #D2BC49
Text Example
Text Example
White with #D2BC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BC49; }
p { color: rgb(210,188,73); }
H1.HeaderClassName
{
color: #D2BC49;
}
.AnyTagClassName
{
color: #D2BC49;
}
</style>
background-color css
<style>
a { background-color: #D2BC49; }
a { background-color: rgb(210,188,73); }
div.DivClassName
{
background-color: #D2BC49;
}
.BgClassName
{
background-color: #D2BC49;
}
</style>
border-color css
<style>
span { border-color: #D2BC49; }
span { border-color: rgb(210,188,73); }
td.TdClassName
{
border-color: #D2BC49;
}
.TagClassName
{
border-color: #D2BC49;
}
</style>